diff options
author | Robert Haas | 2010-11-29 01:46:11 +0000 |
---|---|---|
committer | Robert Haas | 2010-11-29 01:46:11 +0000 |
commit | fab7fdb988f25438ded6c4a5c4b4f112f9decddb (patch) | |
tree | 5262140ffb7ebadf8758ffcae8adc0bc2b5bdf6e | |
parent | ed78384acd691e3336e170aa18af69d15d088027 (diff) |
Fix typo.
Fujii Masao
-rw-r--r-- | contrib/README | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/README b/contrib/README index 9e223ef32d..6c5b7d57b2 100644 --- a/contrib/README +++ b/contrib/README @@ -30,7 +30,7 @@ adminpack - auth_delay Add a short delay after a failed authentication attempt, to make - make brute-force attacks on database passwords a bit harder. + brute-force attacks on database passwords a bit harder. by KaiGai Kohei <[email protected]> auto_explain - |