aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Eisentraut <peter_e@gmx.net>2018-11-23 11:41:27 +0100
committerPeter Eisentraut <peter_e@gmx.net>2018-11-23 11:42:09 +0100
commitd0d7e9f473da06ed6979d12643aeb9f916f906b6 (patch)
tree40c21ae6270be867c185d542a975b836b58d4e0e
parente362b2e9d131f914cfce8ed6e6f4a8ab319cc495 (diff)
downloadpostgresql-d0d7e9f473da06ed6979d12643aeb9f916f906b6.tar.gz
postgresql-d0d7e9f473da06ed6979d12643aeb9f916f906b6.zip
doc: Fix typo
-rw-r--r--doc/src/sgml/protocol.sgml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/protocol.sgml b/doc/src/sgml/protocol.sgml
index ec786d8f8a7..0ef533d24e7 100644
--- a/doc/src/sgml/protocol.sgml
+++ b/doc/src/sgml/protocol.sgml
@@ -1475,7 +1475,7 @@ the password is in.
<step id="scram-server-first">
<para>
Server sends an AuthenticationSASLContinue message, with a SCRAM
- <structname>server-first message</> as the content.
+ <structname>server-first-message</> as the content.
</para>
</step>
<step id="scram-client-final">