doc: Fix typo in GRANT docs
authorDaniel Gustafsson
Thu, 25 Aug 2022 08:47:02 +0000 (10:47 +0200)
committerDaniel Gustafsson
Thu, 25 Aug 2022 08:47:02 +0000 (10:47 +0200)
Commit ce6b672e445 accidentally introduced a trivial typo in the
documentation for GRANT.

doc/src/sgml/ref/grant.sgml

index 2fd0f34d55f2818d68fbe258284cabc93d855b0b..d7a055b7291f98f6e50a49389b8eb7b34f2a349b 100644 (file)
@@ -272,7 +272,7 @@ GRANT role_name [, ...] TO 
    recorded as the grantor must have 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.