doc: Fix typos
authorPeter Eisentraut
Wed, 4 May 2016 01:06:25 +0000 (21:06 -0400)
committerPeter Eisentraut
Wed, 4 May 2016 01:07:00 +0000 (21:07 -0400)
From: Alexander Law 

doc/src/sgml/ecpg.sgml
doc/src/sgml/protocol.sgml

index 3d328296f586ec20feff461f2cc55ee38bff21de..e12cb11b31762896689b67c320374133c4335423 100644 (file)
@@ -636,7 +636,7 @@ EXEC SQL DEALLOCATE PREPARE name;
 
 EXEC SQL INSERT INTO sometable VALUES (:v1, 'foo', :v2);
 
-    This statements refers to two C variables named
+    This statement refers to two C variables named
     v1 and v2 and also uses a
     regular SQL string literal, to illustrate that you are not
     restricted to use one kind of data or the other.
@@ -3917,7 +3917,7 @@ typedef struct sqlda_struct sqlda_t;
       sqln
       
        
-        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 OPENDECLARE or
         EXECUTE statements using the USING
         keyword. In case it's used as output of SELECT,
index 3fd34576e995987f11df93c65046ccc354d99720..99c7f1d315d4ce1512438033351dd649c144e35e 100644 (file)
@@ -2844,7 +2844,7 @@ CancelRequest (F)
 
                 The cancel request code.  The value is chosen to contain
                 1234 in the most significant 16 bits, and 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.)
 
 
@@ -4650,7 +4650,7 @@ SSLRequest (F)
 
                 The SSL request code.  The value is chosen to contain
                 1234 in the most significant 16 bits, and 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.)