diff options
| author | Michael Paquier <michael@paquier.xyz> | 2020-11-14 11:43:10 +0900 |
|---|---|---|
| committer | Michael Paquier <michael@paquier.xyz> | 2020-11-14 11:43:10 +0900 |
| commit | 788dd0b839fc9f2c85caf86014105afdb60ed5e3 (patch) | |
| tree | 18e85b6a2483e0a513cd9b114abef92caf1c9c1d /src/include/replication | |
| parent | ec0294fb2c8287fd673c57701cdcf6c6396b2f60 (diff) | |
| download | postgresql-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.h | 4 |
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 { |
