Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit c83e202

Browse files
committed
Fix grammar in REVOKE documentation
Reported-by: Erwin Brandstetter
1 parent 9e149c8 commit c83e202

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/src/sgml/ref/revoke.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ REVOKE [ ADMIN OPTION FOR ]
188188
<para>
189189
A user can only revoke privileges that were granted directly by
190190
that user. If, for example, user A has granted a privilege with
191-
grant option to user B, and user B has in turned granted it to user
191+
grant option to user B, and user B has in turn granted it to user
192192
C, then user A cannot revoke the privilege directly from C.
193193
Instead, user A could revoke the grant option from user B and use
194194
the <literal>CASCADE</literal> option so that the privilege is

0 commit comments

Comments
 (0)