diff --git a/src/include/replication/logicalrelation.h b/src/include/replication/logicalrelation.h index f2b104aa689..7fb7fbfb4db 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;