From e7e4cd1ab51b506f9fad9b7b107e315fdb4b8b74 Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Thu, 16 Feb 2017 23:53:01 -0500 Subject: [PATCH] Fix typo on comment --- src/include/replication/logicalrelation.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.39.5