summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGabriel Linder <linder.gabriel@gmail.com>2019-03-23 11:04:55 +0100
committerPatrice Clement <monsieurp@gentoo.org>2019-04-09 09:30:02 +0200
commit23cf041ec8a03256eb984483f61a69c1be8c515c (patch)
tree020fe49afdcdc2fabe20c5a896898544dcafd1df /dev-db/postgresql/files
parentx11-plugins/wmstickynotes: EAPI7 bump. (diff)
downloadgentoo-23cf041ec8a03256eb984483f61a69c1be8c515c.tar.gz
gentoo-23cf041ec8a03256eb984483f61a69c1be8c515c.tar.bz2
gentoo-23cf041ec8a03256eb984483f61a69c1be8c515c.zip
dev-db/postgresql: fix typo in comment.
Signed-off-by: Gabriel Linder <linder.gabriel@gmail.com> Package-Manager: Portage-2.3.62, Repoman-2.3.12 Closes: https://github.com/gentoo/gentoo/pull/11466 Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
Diffstat (limited to 'dev-db/postgresql/files')
-rw-r--r--dev-db/postgresql/files/postgresql.confd-9.32
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-db/postgresql/files/postgresql.confd-9.3 b/dev-db/postgresql/files/postgresql.confd-9.3
index 8b6d2a097285..38bf113d3649 100644
--- a/dev-db/postgresql/files/postgresql.confd-9.3
+++ b/dev-db/postgresql/files/postgresql.confd-9.3
@@ -16,7 +16,7 @@ START_TIMEOUT=10
# wait for this to succeed.
NICE_TIMEOUT=60
-# Forecfully disconnect clients from server and shut down. This is performed
+# Forcefully disconnect clients from server and shut down. This is performed
# after NICE_QUIT. Terminated client connections have their open transactions
# rolled back.
# Set RUDE_QUIT to "NO" to disable. RUDE_TIMEOUT in seconds.