From d16c99aa71047e3cd94dad85f9fa82a7d6f94eed Mon Sep 17 00:00:00 2001 From: Daniel Gustafsson Date: Thu, 25 Aug 2022 10:47:02 +0200 Subject: [PATCH] doc: Fix typo in GRANT docs Commit ce6b672e445 accidentally introduced a trivial typo in the documentation for GRANT. --- doc/src/sgml/ref/grant.sgml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/src/sgml/ref/grant.sgml b/doc/src/sgml/ref/grant.sgml index 2fd0f34d55f..d7a055b7291 100644 --- a/doc/src/sgml/ref/grant.sgml +++ b/doc/src/sgml/ref/grant.sgml @@ -272,7 +272,7 @@ GRANT role_name [, ...] TO ADMIN OPTION on the target role, unless it is the bootstrap superuser. When a grant is recorded as having a grantor other than the bootstrap superuser, it depends on the - grantor continuing to posess ADMIN OPTION on the role; + grantor continuing to possess ADMIN OPTION on the role; so, if ADMIN OPTION is revoked, dependent grants must be revoked as well.