From: Peter Eisentraut Date: Fri, 17 Feb 2017 04:53:01 +0000 (-0500) Subject: Fix typo on comment X-Git-Tag: REL_10_BETA1~879 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e7e4cd1ab51b506f9fad9b7b107e315fdb4b8b74;p=postgresql Fix typo on comment --- 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;