summaryrefslogtreecommitdiff
path: root/src/include/replication
diff options
context:
space:
mode:
authorMichael Paquier <michael@paquier.xyz>2020-11-14 11:43:10 +0900
committerMichael Paquier <michael@paquier.xyz>2020-11-14 11:43:10 +0900
commit788dd0b839fc9f2c85caf86014105afdb60ed5e3 (patch)
tree18e85b6a2483e0a513cd9b114abef92caf1c9c1d /src/include/replication
parentec0294fb2c8287fd673c57701cdcf6c6396b2f60 (diff)
downloadpostgresql-788dd0b839fc9f2c85caf86014105afdb60ed5e3.tar.gz
Fix some typos
Author: Daniel Gustafsson Discussion: https://postgr.es/m/C36ADFDF-D09A-4EE5-B186-CB46C3653F4C@yesql.se
Diffstat (limited to 'src/include/replication')
-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 cca13dae96..1f2535df80 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
{