aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Haas <rhaas@postgresql.org>2010-11-28 20:46:11 -0500
committerRobert Haas <rhaas@postgresql.org>2010-11-28 20:46:11 -0500
commitfab7fdb988f25438ded6c4a5c4b4f112f9decddb (patch)
tree5262140ffb7ebadf8758ffcae8adc0bc2b5bdf6e
parented78384acd691e3336e170aa18af69d15d088027 (diff)
downloadpostgresql-fab7fdb988f25438ded6c4a5c4b4f112f9decddb.tar.gz
postgresql-fab7fdb988f25438ded6c4a5c4b4f112f9decddb.zip
Fix typo.
Fujii Masao
-rw-r--r--contrib/README2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/README b/contrib/README
index 9e223ef32d5..6c5b7d57b2e 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 <kaigai@ak.jp.nec.com>
auto_explain -