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:27 +0100 |
commit | a80dcac60cdc4b96a296d33288afa74a80f42cca (patch) | |
tree | bdd5ded6b23db21d0c929054cba43fbddcf12bce | |
parent | cfdf4dc4fc9635ac8bf6eaaa5dbbcd364ab29f0c (diff) | |
download | postgresql-a80dcac60cdc4b96a296d33288afa74a80f42cca.tar.gz postgresql-a80dcac60cdc4b96a296d33288afa74a80f42cca.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 9f7fb0c1d04..d66b860cbd7 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"> |