doc: Fix typo in GRANT docs
authorDaniel Gustafsson <[email protected]>
Thu, 25 Aug 2022 08:47:02 +0000 (10:47 +0200)
committerDaniel Gustafsson <[email protected]>
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 <replaceable class="parameter">role_name</replaceable> [, ...] TO <replace
    recorded as the grantor must have <literal>ADMIN OPTION</literal> 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 <literal>ADMIN OPTION</literal> on the role;
+   grantor continuing to possess <literal>ADMIN OPTION</literal> on the role;
    so, if <literal>ADMIN OPTION</literal> is revoked, dependent grants must
    be revoked as well.
   </para>