From: Bruce Momjian Date: Thu, 12 Oct 2000 22:08:42 +0000 (+0000) Subject: Fix typo. X-Git-Tag: REL7_1_BETA~488 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=751d8ea1759758c7198228ac94f1108b2473ea39;p=postgresql Fix typo. --- diff --git a/doc/src/sgml/ref/create_user.sgml b/doc/src/sgml/ref/create_user.sgml index 2fb981b4d5..df98765c7f 100644 --- a/doc/src/sgml/ref/create_user.sgml +++ b/doc/src/sgml/ref/create_user.sgml @@ -1,5 +1,5 @@ @@ -165,7 +165,7 @@ CREATE USER username CREATE USER will add a new user to an instance of - Postgres. Refer to the adminstrator's + Postgres. Refer to the administrator's guide for information about managing users and authentication. You must be a database superuser to use this command.