From 087d3d0583cf292146a7385746d1f5b53eeeaee6 Mon Sep 17 00:00:00 2001 From: Magnus Hagander Date: Tue, 31 Mar 2020 16:00:06 +0200 Subject: Fix assorted typos Author: Daniel Gustafsson --- src/backend/storage/ipc/procarray.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/backend/storage/ipc') diff --git a/src/backend/storage/ipc/procarray.c b/src/backend/storage/ipc/procarray.c index cfb88db4a4d..738c0484d33 100644 --- a/src/backend/storage/ipc/procarray.c +++ b/src/backend/storage/ipc/procarray.c @@ -3028,7 +3028,7 @@ TerminateOtherDBBackends(Oid databaseId) /* * Check whether we have the necessary rights to terminate other - * sessions. We don't terminate any session untill we ensure that we + * sessions. We don't terminate any session until we ensure that we * have rights on all the sessions to be terminated. These checks are * the same as we do in pg_terminate_backend. * -- cgit v1.2.3