aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2001-09-04 19:05:59 +0000
committerTom Lane <tgl@sss.pgh.pa.us>2001-09-04 19:05:59 +0000
commitbc1a61a30d3baa4c237a05f20b607051165a81b9 (patch)
tree15e5d2427c78539fece91ba3753826ede5c8c38c /src
parent0cae3ecf55d78abf0606ce2532963466f63a3b4f (diff)
downloadpostgresql-bc1a61a30d3baa4c237a05f20b607051165a81b9.tar.gz
postgresql-bc1a61a30d3baa4c237a05f20b607051165a81b9.zip
Fix typo.
Diffstat (limited to 'src')
-rw-r--r--src/backend/libpq/pg_hba.conf.sample2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/libpq/pg_hba.conf.sample b/src/backend/libpq/pg_hba.conf.sample
index 9605dfb3e8c..c348b7668c0 100644
--- a/src/backend/libpq/pg_hba.conf.sample
+++ b/src/backend/libpq/pg_hba.conf.sample
@@ -96,7 +96,7 @@
#
# trust: No authentication is done. Any valid username is accepted,
# including the PostgreSQL superuser. This option should
-# be use only for machines where all users are truested.
+# be used only for hosts where all users are trusted.
#
# password: Authentication is done by matching a password supplied
# in clear by the host. If no AUTH_ARGUMENT is used, the