summaryrefslogtreecommitdiff
path: root/src/include/replication/logicalproto.h
diff options
context:
space:
mode:
authorMichael Paquier2020-11-14 02:43:10 +0000
committerMichael Paquier2020-11-14 02:43:10 +0000
commit788dd0b839fc9f2c85caf86014105afdb60ed5e3 (patch)
tree18e85b6a2483e0a513cd9b114abef92caf1c9c1d /src/include/replication/logicalproto.h
parentec0294fb2c8287fd673c57701cdcf6c6396b2f60 (diff)
Fix some typos
Author: Daniel Gustafsson Discussion: https://postgr.es/m/[email protected]
Diffstat (limited to 'src/include/replication/logicalproto.h')
-rw-r--r--src/include/replication/logicalproto.h4
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
{