summaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorMagnus Hagander <magnus@hagander.net>2018-11-02 13:56:16 +0100
committerMagnus Hagander <magnus@hagander.net>2018-11-02 13:56:52 +0100
commitfbec7459aa39da864ad1d578f044a21c3b3b057c (patch)
tree79d55688053fef8d9d63099f06f8eca154b5142e /src/include
parent8610c973ddf1cbf0befc1369d2cf0d56c0efcd0a (diff)
Fix spelling errors and typos in comments
Author: Daniel Gustafsson <daniel@yesql.se>
Diffstat (limited to 'src/include')
-rw-r--r--src/include/replication/worker_internal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/replication/worker_internal.h b/src/include/replication/worker_internal.h
index 1ce3b6b0587..ef079111cdb 100644
--- a/src/include/replication/worker_internal.h
+++ b/src/include/replication/worker_internal.h
@@ -27,7 +27,7 @@ typedef struct LogicalRepWorker
/* Indicates if this slot is used or free. */
bool in_use;
- /* Increased everytime the slot is taken by new worker. */
+ /* Increased every time the slot is taken by new worker. */
uint16 generation;
/* Pointer to proc array. NULL if not running. */