From 0fd2a79a637f9f96b9830524823df0454e962f96 Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Sun, 7 Jun 2020 15:06:51 +0200 Subject: Spelling adjustments --- src/backend/tcop/postgres.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/backend/tcop/postgres.c') diff --git a/src/backend/tcop/postgres.c b/src/backend/tcop/postgres.c index 8958ec8103e..c9424f167c8 100644 --- a/src/backend/tcop/postgres.c +++ b/src/backend/tcop/postgres.c @@ -2750,7 +2750,7 @@ drop_unnamed_stmt(void) */ /* - * quickdie() occurs when signalled SIGQUIT by the postmaster. + * quickdie() occurs when signaled SIGQUIT by the postmaster. * * Some backend has bought the farm, * so we need to stop what we're doing and exit. -- cgit v1.2.3