File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -632,7 +632,7 @@ EXEC SQL DEALLOCATE PREPARE <replaceable>name</replaceable>;
632
<
8000
/td>632
<programlisting>
633
633
EXEC SQL INSERT INTO sometable VALUES (:v1, 'foo', :v2);
634
634
</programlisting>
635
- This statements refers to two C variables named
635
+ This statement refers to two C variables named
636
636
<varname>v1</varname> and <varname>v2</varname> and also uses a
637
637
regular SQL string literal, to illustrate that you are not
638
638
restricted to use one kind of data or the other.
@@ -3908,7 +3908,7 @@ typedef struct sqlda_struct sqlda_t;
3908
3908
<term><literal>sqln</></term>
3909
3909
<listitem>
3910
3910
<para>
3911
- It contains the number of input parameters for a parametrized query
3911
+ It contains the number of input parameters for a parametrized query in
3912
3912
case it's passed into <command>OPEN</command>, <command>DECLARE</command> or
3913
3913
<command>EXECUTE</command> statements using the <literal>USING</literal>
3914
3914
keyword. In case it's used as output of <command>SELECT</command>,
Original file line number Diff line number Diff line change @@ -2523,7 +2523,7 @@ CancelRequest (F)
2523
2523
<para>
2524
2524
The cancel request code. The value is chosen to contain
2525
2525
<literal>1234</> in the most significant 16 bits, and <literal>5678</> in the
2526
- least 16 significant bits. (To avoid confusion, this code
2526
+ least significant 16 bits. (To avoid confusion, this code
2527
2527
must not be the same as any protocol version number.)
2528
2528
</para>
2529
2529
</listitem>
@@ -4329,7 +4329,7 @@ SSLRequest (F)
4329
4329
<para>
4330
4330
The <acronym>SSL</acronym> request code. The value is chosen to contain
4331
4331
<literal>1234</> in the most significant 16 bits, and <literal>5679</> in the
4332
- least 16 significant bits. (To avoid confusion, this code
4332
+ least significant 16 bits. (To avoid confusion, this code
4333
4333
must not be the same as any protocol version number.)
4334
4334
</para>
4335
4335
</listitem>
You can’t perform that action at this time.
0 commit comments