diff options
author | Heikki Linnakangas | 2017-04-19 18:42:27 +0000 |
---|---|---|
committer | Heikki Linnakangas | 2017-04-19 18:43:16 +0000 |
commit | e68432a0e1ad07b6848fc9bbc11e382eb43b8618 (patch) | |
tree | c3a343ee8eab91e7bd03438d3decb82275ca23f5 | |
parent | 39151781c8cd2c8bf6057496426fb9c07178eda5 (diff) |
Fix typo in docs on SASL authentication.
Word "sends" was missing.
Jaime Casanova
-rw-r--r-- | doc/src/sgml/protocol.sgml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/src/sgml/protocol.sgml b/doc/src/sgml/protocol.sgml index e04064ac6a..cb72c5d9dd 100644 --- a/doc/src/sgml/protocol.sgml +++ b/doc/src/sgml/protocol.sgml @@ -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> |