commit: 23cf041ec8a03256eb984483f61a69c1be8c515c Author: Gabriel Linder <linder.gabriel <AT> gmail <DOT> com> AuthorDate: Sat Mar 23 10:04:55 2019 +0000 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org> CommitDate: Tue Apr 9 07:30:02 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=23cf041e
dev-db/postgresql: fix typo in comment. Signed-off-by: Gabriel Linder <linder.gabriel <AT> 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 <AT> gentoo.org> dev-db/postgresql/files/postgresql.confd-9.3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-db/postgresql/files/postgresql.confd-9.3 b/dev-db/postgresql/files/postgresql.confd-9.3 index 8b6d2a09728..38bf113d364 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.
