doc: Fix typo in user inheritance documentation
authorDaniel Gustafsson <[email protected]>
Wed, 31 Aug 2022 11:32:52 +0000 (13:32 +0200)
committerDaniel Gustafsson <[email protected]>
Wed, 31 Aug 2022 11:32:52 +0000 (13:32 +0200)
Commit 620ac285483 accidentally introduced a typo in the privilege
inheritance documentation

doc/src/sgml/user-manag.sgml

index 11b0b93f2121fccfab7ba9fdeb5aec520ab2b905..fc836d5748169bd435dbcc7295168600a99d0214 100644 (file)
@@ -244,7 +244,7 @@ CREATE USER <replaceable>name</replaceable>;
         A role inherits the privileges of roles it is a member of, by default.
         However, to create a role which does not inherit privileges by
         default, use <literal>CREATE ROLE <replaceable>name</replaceable>
-        NOINHERIT</literal>.  Alternatively, inheritance can be overriden
+        NOINHERIT</literal>.  Alternatively, inheritance can be overridden
         for individual grants by using <literal>WITH INHERIT TRUE</literal>
         or <literal>WITH INHERIT FALSE</literal>.
        </para>