Fix typo
authorBruce Momjian
Thu, 12 Oct 2000 21:23:34 +0000 (21:23 +0000)
committerBruce Momjian
Thu, 12 Oct 2000 21:23:34 +0000 (21:23 +0000)
doc/src/sgml/ref/revoke.sgml

index 88ef05aeb03e7919d6c98838380a8532f1ec0a3f..5c70f5ed330b0be28e594d7500ab062d38ee7002 100644 (file)
@@ -1,5 +1,5 @@
 
 
@@ -375,7 +375,7 @@ REVOKE GRANT OPTION FOR privilege [
 
    
     If user1 gives a privilege WITH GRANT OPTION to user2,
-    and user2 gives it to user3, then if user1 tries revoke
+    and user2 gives it to user3, then if user1 tries to revoke
     this privilege it fails if he specify the RESTRICT
     keyword.