aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorD'Arcy J.M. Cain <darcy@druid.net>2007-10-01 06:52:42 +0000
committerD'Arcy J.M. Cain <darcy@druid.net>2007-10-01 06:52:42 +0000
commitca87db23ea109e4967763b34ff8f341cbae48e7f (patch)
tree4aed9ff17e6c3aef11043448e88611f3507fdbf5
parent2d5dfd9516f6b55f15b86f679eafc19522999ad5 (diff)
downloadpostgresql-ca87db23ea109e4967763b34ff8f341cbae48e7f.tar.gz
postgresql-ca87db23ea109e4967763b34ff8f341cbae48e7f.zip
Fix a minor typo.
-rw-r--r--contrib/chkpass/README.chkpass4
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/chkpass/README.chkpass b/contrib/chkpass/README.chkpass
index 41ae3ce7be1..796abf17a59 100644
--- a/contrib/chkpass/README.chkpass
+++ b/contrib/chkpass/README.chkpass
@@ -1,7 +1,7 @@
-$PostgreSQL: pgsql/contrib/chkpass/README.chkpass,v 1.3 2005/09/23 15:05:04 tgl Exp $
+$PostgreSQL: pgsql/contrib/chkpass/README.chkpass,v 1.4 2007/10/01 06:52:42 darcy Exp $
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.