aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2015-05-16 13:28:26 -0400
committerTom Lane <tgl@sss.pgh.pa.us>2015-05-16 13:28:26 -0400
commitc65aa7a87e4232d7eefea3d78ec7e1d9f8b4708b (patch)
tree5e1782fcce703cf34fe8ad90812a12f6ffd561be
parent26058bf0dc5fca0a5107b2ee136a81a86cf36049 (diff)
downloadpostgresql-c65aa7a87e4232d7eefea3d78ec7e1d9f8b4708b.tar.gz
postgresql-c65aa7a87e4232d7eefea3d78ec7e1d9f8b4708b.zip
Fix docs typo
I don't think "respectfully" is what was meant here ...
-rw-r--r--doc/src/sgml/client-auth.sgml4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/client-auth.sgml b/doc/src/sgml/client-auth.sgml
index 620ddc6239b..5f72bebba86 100644
--- a/doc/src/sgml/client-auth.sgml
+++ b/doc/src/sgml/client-auth.sgml
@@ -1027,7 +1027,7 @@ omicron bryanh guest1
commonly, <literal>username/hostbased@EXAMPLE.COM</literal>), the
user name used for mapping is
<literal>username@EXAMPLE.COM</literal> (or
- <literal>username/hostbased@EXAMPLE.COM</literal>, respectfully),
+ <literal>username/hostbased@EXAMPLE.COM</literal>, respectively),
unless <literal>include_realm</literal> has been set to 0, in which case
<literal>username</literal> (or <literal>username/hostbased</literal>)
is what is seen as the system username when mapping.
@@ -1106,7 +1106,7 @@ omicron bryanh guest1
commonly, <literal>username/hostbased@EXAMPLE.COM</literal>), the
user name used for mapping is
<literal>username@EXAMPLE.COM</literal> (or
- <literal>username/hostbased@EXAMPLE.COM</literal>, respectfully),
+ <literal>username/hostbased@EXAMPLE.COM</literal>, respectively),
unless <literal>include_realm</literal> has been set to 0, in which case
<literal>username</literal> (or <literal>username/hostbased</literal>)
is what is seen as the system username when mapping.