Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Eisentraut2020-06-07 13:06:51 +0000
committerPeter Eisentraut2020-06-07 13:06:51 +0000
commit0fd2a79a637f9f96b9830524823df0454e962f96 (patch)
tree06595b1aa97d595ada3621cc0d01896269dfaa21 /src/backend/postmaster/checkpointer.c
parenta02b8bdd9878ae1d1ead87aabb673d60432500ea (diff)
Spelling adjustments
Diffstat (limited to 'src/backend/postmaster/checkpointer.c')
-rw-r--r--src/backend/postmaster/checkpointer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/postmaster/checkpointer.c b/src/backend/postmaster/checkpointer.c
index 34ed9f78878..624a3238b80 100644
--- a/src/backend/postmaster/checkpointer.c
+++ b/src/backend/postmaster/checkpointer.c
@@ -819,7 +819,7 @@ ReqCheckpointHandler(SIGNAL_ARGS)
int save_errno = errno;
/*
- * The signalling process should have set ckpt_flags nonzero, so all we
+ * The signaling process should have set ckpt_flags nonzero, so all we
* need do is ensure that our main loop gets kicked out of any wait.
*/
SetLatch(MyLatch);