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

Skip to content
< 8000 header class="HeaderMktg header-logged-out js-details-container js-header Details f4 py-3" role="banner" data-is-top="true" data-color-mode=light data-light-theme=light data-dark-theme=dark>

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit e301d52

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

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
@@ -636,7 +636,7 @@ EXEC SQL DEALLOCATE PREPARE <replaceable>name</replaceable>;
636636
<programlisting>
637637
EXEC SQL INSERT INTO sometable VALUES (:v1, 'foo', :v2);
638638
</programlisting>
639-
This statements refers to two C variables named
639+
This statement refers to two C variables named
640640
<varname>v1</varname> and <varname>v2</varname> and also uses a
641641
regular SQL string literal, to illustrate that you are not
642642
restricted to use one kind of data or the other.
@@ -3917,7 +3917,7 @@ typedef struct sqlda_struct sqlda_t;
39173917
<term><literal>sqln</></term>
39183918
<listitem>
39193919
<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
39213921
case it's passed into <command>OPEN</command>, <command>DECLARE</command> or
39223922
<command>EXECUTE</command> statements using the <literal>USING</literal>
39233923
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
@@ -2829,7 +2829,7 @@ CancelRequest (F)
28292829
<para>
28302830
The cancel request code. The value is chosen to contain
28312831
<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
28332833
must not be the same as any protocol version number.)
28342834
</para>
28352835
</listitem>
@@ -4635,7 +4635,7 @@ SSLRequest (F)
46354635
<para>
46364636
The <acronym>SSL</acronym> request code. The value is chosen to contain
46374637
<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
46394639
must not be the same as any protocol version number.)
46404640
</para>
46414641
</listitem>

0 commit comments

Comments
 (0)
0