From 50dfe3a44c65e8abf853d7bdc222002151c7046b Mon Sep 17 00:00:00 2001
From: Michael Paquier <michael@paquier.xyz>
Date: Sun, 10 Jun 2018 22:44:17 +0900
Subject: [PATCH] Fix grammar in REVOKE documentation

Reported-by: Erwin Brandstetter
---
 doc/src/sgml/ref/revoke.sgml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/src/sgml/ref/revoke.sgml b/doc/src/sgml/ref/revoke.sgml
index d2c5a4a5054..6b30e0c6b22 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
-- 
GitLab