diff options
author | Magnus Hagander <magnus@hagander.net> | 2018-11-02 13:56:16 +0100 |
---|---|---|
committer | Magnus Hagander <magnus@hagander.net> | 2018-11-02 13:56:52 +0100 |
commit | fbec7459aa39da864ad1d578f044a21c3b3b057c (patch) | |
tree | 79d55688053fef8d9d63099f06f8eca154b5142e /src/include | |
parent | 8610c973ddf1cbf0befc1369d2cf0d56c0efcd0a (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.h | 2 |
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. */ |