File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -636,7 +636,7 @@ EXEC SQL DEALLOCATE PREPARE <replaceable>name</replaceable>;
636
636
<programlisting>
637
637
EXEC SQL INSERT INTO sometable VALUES (:v1, 'foo', :v2);
638
638
</programlisting>
639
- This statements refers to two C variables named
639
+ This statement refers to two C variables named
640
640
<varname>v1</varname> and <varname>v2</varname> and also uses a
641
641
regular SQL string literal, to illustrate that you are not
642
642
restricted to use one kind of data or the other.
@@ -3917,7 +3917,7 @@ typedef struct sqlda_struct sqlda_t;
3917
3917
<term><literal>sqln</></term>
3918
3918
<listitem>
3919
3919
<para>
3920
- It contains the number of input parameters for a parametrized query
3920
+ It contains the number of input parameters for a parametrized query in
3921
3921
case it's passed into <command>OPEN</command>, <command>DECLARE</command> or
3922
3922
<command>EXECUTE</command> statements using the <literal>USING</literal>
3923
3923
keyword. In case it's used as output of <command>SELECT</command>,
Original file line number Diff line number Diff line change @@ -2829,7 +2829,7 @@ CancelRequest (F)
2829
2829
<para>
2830
2830
The cancel request code. The value is chosen to contain
2831
2831
<literal>1234</> in the most significant 16 bits, and <literal>5678</> in the
2832
- least 16 significant bits. (To avoid confusion, this code
2832
+ least significant 16 bits. (To avoid confusion, this code
2833
2833
must not be the same as any protocol version number.)
2834
2834
</para>
2835
2835
</listitem>
@@ -4635,7 +4635,7 @@ SSLRequest (F)
4635
4635
<para>
4636
4636
The <acronym>SSL</acronym> request code. The value is chosen to contain
4637
4637
<literal>1234</> in the most significant 16 bits, and <literal>5679</> in the
4638
- least 16 significant bits. (To avoid confusion, this code
4638
+ least significant 16 bits. (To avoid confusion, this code
4639
4639
must not be the same as any protocol version number.)
4640
4640
</para>
4641
4641
</listitem>
You can’t perform that action at this time.
0 commit comments