From 788dd0b839fc9f2c85caf86014105afdb60ed5e3 Mon Sep 17 00:00:00 2001 From: Michael Paquier Date: Sat, 14 Nov 2020 11:43:10 +0900 Subject: Fix some typos Author: Daniel Gustafsson Discussion: https://postgr.es/m/C36ADFDF-D09A-4EE5-B186-CB46C3653F4C@yesql.se --- src/include/replication/logicalproto.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/include/replication') 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 { -- cgit v1.2.1