summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Eisentraut2016-05-04 01:06:25 +0000
committerPeter Eisentraut2016-05-04 01:07:48 +0000
commite0e023b2e7763729b88c2f80f288141d0de99938 (patch)
tree2159fee8583314f1cc127ca60af007bf0a566935
parent6c2e2b341ae659079810a75fec9f93c1a8a2dd16 (diff)
doc: Fix typos
From: Alexander Law <exclusion@gmail.com>
-rw-r--r--doc/src/sgml/ecpg.sgml4
-rw-r--r--doc/src/sgml/protocol.sgml4
2 files changed, 4 insertions, 4 deletions
diff --git a/doc/src/sgml/ecpg.sgml b/doc/src/sgml/ecpg.sgml
index c1469cba4a7..5d3eef09fe7 100644
--- a/doc/src/sgml/ecpg.sgml
+++ b/doc/src/sgml/ecpg.sgml
@@ -634,7 +634,7 @@ EXEC SQL DEALLOCATE PREPARE <replaceable>name</replaceable>;
<programlisting>
EXEC SQL INSERT INTO sometable VALUES (:v1, 'foo', :v2);
</programlisting>
- This statements refers to two C variables named
+ This statement refers to two C variables named
<varname>v1</varname> and <varname>v2</varname> and also uses a
regular SQL string literal, to illustrate that you are not
restricted to use one kind of data or the other.
@@ -3915,7 +3915,7 @@ typedef struct sqlda_struct sqlda_t;
<term><literal>sqln</></term>
<listitem>
<para>
- It contains the number of input parameters for a parametrized query
+ It contains the number of input parameters for a parametrized query in
case it's passed into <command>OPEN</command>, <command>DECLARE</command> or
<command>EXECUTE</command> statements using the <literal>USING</literal>
keyword. In case it's used as output of <command>SELECT</command>,
diff --git a/doc/src/sgml/protocol.sgml b/doc/src/sgml/protocol.sgml
index 428d22040da..ebf1b6a65af 100644
--- a/doc/src/sgml/protocol.sgml
+++ b/doc/src/sgml/protocol.sgml
@@ -2637,7 +2637,7 @@ CancelRequest (F)
<para>
The cancel request code. The value is chosen to contain
<literal>1234</> in the most significant 16 bits, and <literal>5678</> in the
- least 16 significant bits. (To avoid confusion, this code
+ least significant 16 bits. (To avoid confusion, this code
must not be the same as any protocol version number.)
</para>
</listitem>
@@ -4443,7 +4443,7 @@ SSLRequest (F)
<para>
The <acronym>SSL</acronym> request code. The value is chosen to contain
<literal>1234</> in the most significant 16 bits, and <literal>5679</> in the
- least 16 significant bits. (To avoid confusion, this code
+ least significant 16 bits. (To avoid confusion, this code
must not be the same as any protocol version number.)
</para>
</listitem>