Skip to content

Commit c7892c2

Browse files
doc: Fix typo in user inheritance documentation
Commit 620ac28 accidentally introduced a typo in the privilege inheritance documentation
1 parent cad4323 commit c7892c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/src/sgml/user-manag.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ CREATE USER <replaceable>name</replaceable>;
244244
A role inherits the privileges of roles it is a member of, by default.
245245
However, to create a role which does not inherit privileges by
246246
default, use <literal>CREATE ROLE <replaceable>name</replaceable>
247-
NOINHERIT</literal>. Alternatively, inheritance can be overriden
247+
NOINHERIT</literal>. Alternatively, inheritance can be overridden
248248
for individual grants by using <literal>WITH INHERIT TRUE</literal>
249249
or <literal>WITH INHERIT FALSE</literal>.
250250
</para>

0 commit comments

Comments
 (0)