summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorD'Arcy J.M. Cain2007-10-01 06:52:42 +0000
committerD'Arcy J.M. Cain2007-10-01 06:52:42 +0000
commit89fb560140949c1bf694518ceaa5b851b7a8c990 (patch)
treea25c28db07e12034e9e3d971db1cf85bad9ca580
parentbe2686a0f997aed2edb308f742c9f93be91e49fa (diff)
Fix a minor typo.
-rw-r--r--contrib/chkpass/README.chkpass2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/chkpass/README.chkpass b/contrib/chkpass/README.chkpass
index fa48308e25..0ebc4d7980 100644
--- a/contrib/chkpass/README.chkpass
+++ b/contrib/chkpass/README.chkpass
@@ -1,7 +1,7 @@
$PostgreSQL$
Chkpass is a password type that is automatically checked and converted upon
-entry. It is stored encrypted. To compare, simply compare agains a clear
+entry. It is stored encrypted. To compare, simply compare against a clear
text password and the comparison function will encrypt it before comparing.
It also returns an error if the code determines that the password is easily
crackable. This is currently a stub that does nothing.