diff options
author | Gabriel Linder <linder.gabriel@gmail.com> | 2019-03-23 11:04:55 +0100 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2019-04-09 09:30:02 +0200 |
commit | 23cf041ec8a03256eb984483f61a69c1be8c515c (patch) | |
tree | 020fe49afdcdc2fabe20c5a896898544dcafd1df /dev-db | |
parent | x11-plugins/wmstickynotes: EAPI7 bump. (diff) | |
download | gentoo-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')
-rw-r--r-- | dev-db/postgresql/files/postgresql.confd-9.3 | 2 |
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. |