diff options
author | Magnus Hagander <magnus@hagander.net> | 2010-01-27 13:03:17 +0000 |
---|---|---|
committer | Magnus Hagander <magnus@hagander.net> | 2010-01-27 13:03:17 +0000 |
commit | ab13d1e925691c37bb6fa13cb748867c5ae2a91c (patch) | |
tree | be00f8b0fb4a1a7c4a1dabe76158cf484628e65e | |
parent | b3daac5a9c34b1a567a0bc3574446ee57564770c (diff) | |
download | postgresql-ab13d1e925691c37bb6fa13cb748867c5ae2a91c.tar.gz postgresql-ab13d1e925691c37bb6fa13cb748867c5ae2a91c.zip |
Fix typo.
Noted by Thom Brown.
-rw-r--r-- | doc/src/sgml/client-auth.sgml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/client-auth.sgml b/doc/src/sgml/client-auth.sgml index a8360936b2e..2e700fb533b 100644 --- a/doc/src/sgml/client-auth.sgml +++ b/doc/src/sgml/client-auth.sgml @@ -1,4 +1,4 @@ -<!-- $PostgreSQL: pgsql/doc/src/sgml/client-auth.sgml,v 1.128 2010/01/27 12:11:59 mha Exp $ --> +<!-- $PostgreSQL: pgsql/doc/src/sgml/client-auth.sgml,v 1.129 2010/01/27 13:03:17 mha Exp $ --> <chapter id="client-authentication"> <title>Client Authentication</title> @@ -399,7 +399,7 @@ hostnossl <replaceable>database</replaceable> <replaceable>user</replaceable> <listitem> <para> Authenticate using a RADIUS server. See <xref - linkend="auth-radius"> for detauls. + linkend="auth-radius"> for details. </para> </listitem> </varlistentry> |