doc: Fix typo in GRANT docs

Commit ce6b672e44 accidentally introduced a trivial typo in the
documentation for GRANT.
This commit is contained in:
Daniel Gustafsson 2022-08-25 10:47:02 +02:00
parent 0c67e9e566
commit d16c99aa71
1 changed files with 1 additions and 1 deletions

View 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>