1
0
mirror of https://github.com/postgres/postgres.git synced 2025-09-02 04:21:28 +03:00

Fix typo on comment

This commit is contained in:
Peter Eisentraut
2017-02-16 23:53:01 -05:00
parent 9acb85597f
commit e7e4cd1ab5

View File

@@ -23,7 +23,7 @@ typedef struct LogicalRepRelMapEntry
Relation localrel; /* relcache entry */
AttrNumber *attrmap; /* map of local attributes to
* remote ones */
bool updatable; /* Can apply updates/detetes? */
bool updatable; /* Can apply updates/deletes? */
/* Sync state. */
char state;