diff --git a/src/backend/catalog/aclchk.c b/src/backend/catalog/aclchk.c index b7b5e49c9f..ccde66a7dd 100644 --- a/src/backend/catalog/aclchk.c +++ b/src/backend/catalog/aclchk.c @@ -5660,7 +5660,7 @@ removeExtObjInitPriv(Oid objoid, Oid classoid) if (!HeapTupleIsValid(attTuple)) continue; - /* when removing, remove all entires, even dropped columns */ + /* when removing, remove all entries, even dropped columns */ recordExtensionInitPrivWorker(objoid, classoid, curr_att, NULL);