aboutsummaryrefslogtreecommitdiff
path: root/src/backend/storage/ipc
diff options
context:
space:
mode:
authorMagnus Hagander <magnus@hagander.net>2020-03-31 16:00:06 +0200
committerMagnus Hagander <magnus@hagander.net>2020-03-31 16:00:06 +0200
commit087d3d0583cf292146a7385746d1f5b53eeeaee6 (patch)
tree2f8e5d575a48dec1fcd1c7c03eed2a5870752b4a /src/backend/storage/ipc
parentde3bbfcc962f24c1a20a17b76c604e5973a05817 (diff)
downloadpostgresql-087d3d0583cf292146a7385746d1f5b53eeeaee6.tar.gz
postgresql-087d3d0583cf292146a7385746d1f5b53eeeaee6.zip
Fix assorted typos
Author: Daniel Gustafsson <daniel@yesql.se>
Diffstat (limited to 'src/backend/storage/ipc')
-rw-r--r--src/backend/storage/ipc/procarray.c2
1 files changed, 1 insertions, 1 deletions
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.
*