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/commands/async.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/backend/commands/async.c') diff --git a/src/backend/commands/async.c b/src/backend/commands/async.c index a3ba88d7ff..71b7577afc 100644 --- a/src/backend/commands/async.c +++ b/src/backend/commands/async.c @@ -1654,7 +1654,7 @@ asyncQueueFillWarning(void) * behind. Waken them anyway if they're far enough behind, so that they'll * advance their queue position pointers, allowing the global tail to advance. * - * Since we know the BackendId and the Pid the signalling is quite cheap. + * Since we know the BackendId and the Pid the signaling is quite cheap. */ static void SignalBackends(void) -- cgit v1.2.1