From: Dylan William Hardison Date: Wed, 19 Oct 2016 15:36:29 +0000 (-0400) Subject: fix typo X-Git-Tag: release-5.1.2~33 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=6cf171cc006d4a4ec4ee5da30b4349e49f76845d;p=thirdparty%2Fbugzilla.git fix typo --- diff --git a/docs/en/rst/installing/postgresql.rst b/docs/en/rst/installing/postgresql.rst index 10455488c4..762650d55e 100644 --- a/docs/en/rst/installing/postgresql.rst +++ b/docs/en/rst/installing/postgresql.rst @@ -38,7 +38,7 @@ new users (-R) or create databases (-D). Next we will create a database for bugzilla to use -:command:`createdb -U postgress -O bugs bugs` +:command:`createdb -U postgres -O bugs bugs` This will create a database named `bugs` that is owned (-O) by the `bugs` user.