diff options
Diffstat (limited to 'src/include/replication/logicalproto.h')
-rw-r--r-- | src/include/replication/logicalproto.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/replication/logicalproto.h b/src/include/replication/logicalproto.h index cca13dae964..1f2535df800 100644 --- a/src/include/replication/logicalproto.h +++ b/src/include/replication/logicalproto.h @@ -40,8 +40,8 @@ * * Note: though this is an enum, the values are used to identify message types * in logical replication protocol, which uses a single byte to identify a - * message type. Hence the values should be single byte wide and preferrably - * human readable characters. + * message type. Hence the values should be single-byte wide and preferably + * human-readable characters. */ typedef enum LogicalRepMsgType { |