summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Eisentraut2017-02-17 04:53:01 +0000
committerPeter Eisentraut2017-02-17 04:53:01 +0000
commite7e4cd1ab51b506f9fad9b7b107e315fdb4b8b74 (patch)
treeb756123116f1f89fc0f1543dd8fee9d8e974eb3c
parent9acb85597f1223ac26a5b19a9345849c43d0ff54 (diff)
Fix typo on comment
-rw-r--r--src/include/replication/logicalrelation.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/replication/logicalrelation.h b/src/include/replication/logicalrelation.h
index f2b104aa68..7fb7fbfb4d 100644
--- a/src/include/replication/logicalrelation.h
+++ b/src/include/replication/logicalrelation.h
@@ -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;