dev-db/postgresql: fix typo in comment.
authorGabriel Linder <linder.gabriel@gmail.com>
Sat, 23 Mar 2019 10:04:55 +0000 (11:04 +0100)
committerPatrice Clement <monsieurp@gentoo.org>
Tue, 9 Apr 2019 07:30:02 +0000 (09:30 +0200)
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>
dev-db/postgresql/files/postgresql.confd-9.3

index 8b6d2a097285dfe4982f4dbfc21e8f3f076c6aa5..38bf113d36490b47fe78b4c2a1e327890cc3ac52 100644 (file)
@@ -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.