diff options
author | D'Arcy J.M. Cain | 2007-10-01 06:52:42 +0000 |
---|---|---|
committer | D'Arcy J.M. Cain | 2007-10-01 06:52:42 +0000 |
commit | 89fb560140949c1bf694518ceaa5b851b7a8c990 (patch) | |
tree | a25c28db07e12034e9e3d971db1cf85bad9ca580 | |
parent | be2686a0f997aed2edb308f742c9f93be91e49fa (diff) |
Fix a minor typo.
-rw-r--r-- | contrib/chkpass/README.chkpass | 2 |
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. |