Skip to content

Commit d16c99a

Browse files
doc: Fix typo in GRANT docs
Commit ce6b672 accidentally introduced a trivial typo in the documentation for GRANT.
1 parent 0c67e9e commit d16c99a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/src/sgml/ref/grant.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@ GRANT <replaceable class="parameter">role_name</replaceable> [, ...] TO <replace
272272
recorded as the grantor must have <literal>ADMIN OPTION</literal> on the
273273
target role, unless it is the bootstrap superuser. When a grant is recorded
274274
as having a grantor other than the bootstrap superuser, it depends on the
275-
grantor continuing to posess <literal>ADMIN OPTION</literal> on the role;
275+
grantor continuing to possess <literal>ADMIN OPTION</literal> on the role;
276276
so, if <literal>ADMIN OPTION</literal> is revoked, dependent grants must
277277
be revoked as well.
278278
</para>

0 commit comments

Comments
 (0)