Fix typo on comment
authorPeter Eisentraut <peter_e@gmx.net>
Fri, 17 Feb 2017 04:53:01 +0000 (23:53 -0500)
committerPeter Eisentraut <peter_e@gmx.net>
Fri, 17 Feb 2017 04:53:01 +0000 (23:53 -0500)
src/include/replication/logicalrelation.h

index f2b104aa6898b5e944e6573909d44ab303f401c3..7fb7fbfb4db4406e4d50c6cfaefb1985ba9ed8c9 100644 (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;