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 */ Relation localrel; /* relcache entry */
AttrNumber *attrmap; /* map of local attributes to AttrNumber *attrmap; /* map of local attributes to
* remote ones */ * remote ones */
bool updatable; /* Can apply updates/detetes? */ bool updatable; /* Can apply updates/deletes? */
/* Sync state. */ /* Sync state. */
char state; char state;