diff options
author | Peter Eisentraut <peter_e@gmx.net> | 2018-11-23 11:41:27 +0100 |
---|---|---|
committer | Peter Eisentraut <peter_e@gmx.net> | 2018-11-23 11:41:41 +0100 |
commit | efcb06f1f593d2db0e953df6cc5b597057bc1716 (patch) | |
tree | 59c79a13a39de896a787e2edaa747dabfe416553 | |
parent | 3dab288f492d38d60a2cf02ba85c05df6e329ab1 (diff) | |
download | postgresql-efcb06f1f593d2db0e953df6cc5b597057bc1716.tar.gz postgresql-efcb06f1f593d2db0e953df6cc5b597057bc1716.zip |
doc: Fix typo
-rw-r--r-- | doc/src/sgml/protocol.sgml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/protocol.sgml b/doc/src/sgml/protocol.sgml index f0b21452084..30e6a0ab20a 100644 --- a/doc/src/sgml/protocol.sgml +++ b/doc/src/sgml/protocol.sgml @@ -1625,7 +1625,7 @@ PostgreSQL is <literal>tls-server-end-point</literal>. <step id="scram-server-first"> <para> Server sends an AuthenticationSASLContinue message, with a SCRAM - <structname>server-first message</structname> as the content. + <structname>server-first-message</structname> as the content. </para> </step> <step id="scram-client-final"> |