]> granicus.if.org Git - postgresql/commitdiff
Fix typo in docs on SASL authentication.
authorHeikki Linnakangas <heikki.linnakangas@iki.fi>
Wed, 19 Apr 2017 18:42:27 +0000 (21:42 +0300)
committerHeikki Linnakangas <heikki.linnakangas@iki.fi>
Wed, 19 Apr 2017 18:43:16 +0000 (21:43 +0300)
Word "sends" was missing.

Jaime Casanova

doc/src/sgml/protocol.sgml

index e04064ac6a11a4235761ad8c2bd2e1e219344151..cb72c5d9dd7c271b4235f5c8155b11123e25e701 100644 (file)
@@ -1353,9 +1353,9 @@ general, while the next subsection gives more details on SCRAM-SHA-256.
 
 <step id="sasl-auth-begin">
 <para>  
-  To begin a SASL authentication exchange, the server an AuthenticationSASL
-  message. It includes a list of SASL authentication mechanisms that the
-  server can accept, in the server's preferred order.
+  To begin a SASL authentication exchange, the server sends an
+  AuthenticationSASL message. It includes a list of SASL authentication
+  mechanisms that the server can accept, in the server's preferred order.
 </para>
 </step>