summaryrefslogtreecommitdiff
path: root/doc/src
diff options
context:
space:
mode:
authorSimon Riggs <simon@2ndQuadrant.com>2017-10-02 10:27:46 +0100
committerPeter Eisentraut <peter_e@gmx.net>2017-11-03 10:49:14 -0400
commit0f6bd533341341de7007b6d5ed24742211471c68 (patch)
treeec99953d6f04cce128a997c75f7004c1604e6435 /doc/src
parentc63568b06edeece064771b8f170ef0298d8ab134 (diff)
Grammar typo in security warning about md5
Diffstat (limited to 'doc/src')
-rw-r--r--doc/src/sgml/client-auth.sgml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/client-auth.sgml b/doc/src/sgml/client-auth.sgml
index c4d4f1e80fc..0e1a3569170 100644
--- a/doc/src/sgml/client-auth.sgml
+++ b/doc/src/sgml/client-auth.sgml
@@ -959,7 +959,7 @@ omicron bryanh guest1
mechanism. It prevents password sniffing and avoids storing passwords
on the server in plain text but provides no protection if an attacker
manages to steal the password hash from the server. Also, the MD5 hash
- algorithm is nowadays no longer consider secure against determined
+ algorithm is nowadays no longer considered secure against determined
attacks.
</para>