8000 doc: Fix typos · eldilibra/postgres@acf9134 · GitHub
[go: up one dir, main page]

Skip to content

Commit acf9134

Browse files
committed
doc: Fix typos
From: Alexander Law <exclusion@gmail.com>
1 parent 6e3702e commit acf9134

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

doc/src/sgml/ecpg.sgml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -632,7 +632,7 @@ EXEC SQL DEALLOCATE PREPARE <replaceable>name</replaceable>;
632< 8000 /td>632
<programlisting>
633633
EXEC SQL INSERT INTO sometable VALUES (:v1, 'foo', :v2);
634634
</programlisting>
635-
This statements refers to two C variables named
635+
This statement refers to two C variables named
636636
<varname>v1</varname> and <varname>v2</varname> and also uses a
637637
regular SQL string literal, to illustrate that you are not
638638
restricted to use one kind of data or the other.
@@ -3908,7 +3908,7 @@ typedef struct sqlda_struct sqlda_t;
39083908
<term><literal>sqln</></term>
39093909
<listitem>
39103910
<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
39123912
case it's passed into <command>OPEN</command>, <command>DECLARE</command> or
39133913
<command>EXECUTE</command> statements using the <literal>USING</literal>
39143914
keyword. In case it's used as output of <command>SELECT</command>,

doc/src/sgml/protocol.sgml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2523,7 +2523,7 @@ CancelRequest (F)
25232523
<para>
25242524
The cancel request code. The value is chosen to contain
25252525
<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
25272527
must not be the same as any protocol version number.)
25282528
</para>
25292529
</listitem>
@@ -4329,7 +4329,7 @@ SSLRequest (F)
43294329
<para>
43304330
The <acronym>SSL</acronym> request code. The value is chosen to contain
43314331
<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
43334333
must not be the same as any protocol version number.)
43344334
</para>
43354335
</listitem>

0 commit comments

Comments
 (0)
0