summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Paquier <michael@paquier.xyz>2018-06-10 22:44:17 +0900
committerMichael Paquier <michael@paquier.xyz>2018-06-10 22:49:32 +0900
commit6620b0faf3d18460037fe0922b7f0a355ca021d2 (patch)
tree55715a28ae28a844f31c5dda3e79975200111f7c
parent6c997712cfed99dbf226ecbcb47c1dbf5673e5c4 (diff)
Fix grammar in REVOKE documentation
Reported-by: Erwin Brandstetter
-rw-r--r--doc/src/sgml/ref/revoke.sgml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/ref/revoke.sgml b/doc/src/sgml/ref/revoke.sgml
index 36c286bf0df..171698f88f6 100644
--- a/doc/src/sgml/ref/revoke.sgml
+++ b/doc/src/sgml/ref/revoke.sgml
@@ -188,7 +188,7 @@ REVOKE [ ADMIN OPTION FOR ]
<para>
A user can only revoke privileges that were granted directly by
that user. If, for example, user A has granted a privilege with
- grant option to user B, and user B has in turned granted it to user
+ grant option to user B, and user B has in turn granted it to user
C, then user A cannot revoke the privilege directly from C.
Instead, user A could revoke the grant option from user B and use
the <literal>CASCADE</literal> option so that the privilege is