Fix typo noted by @eaydingol

in a C comment
pull/7918/head
Cédric Villemain 2025-03-26 17:06:11 +01:00
parent 06d117f4d9
commit 79428172cf
1 changed files with 1 additions and 1 deletions

View File

@ -2431,7 +2431,7 @@ UpdateNoneDistTableMetadata(Oid relationId, char replicationModel, uint32 coloca
* Check that the current user has `mode` permissions on relationId.
* If not, also check relationId's attributes with `mask`, error out
* privileges are not defined.
* ACL mask is used because we assume that user has enought privilege
* ACL mask is used because we assume that user has enough privilege
* to distribute a table when either ACL_INSERT on the TABLE or
* ACL_INSERT on ALL attributes.
* In other situations, having a single attribute privilege is enough.