diff options
author | Dylan William Hardison <dylan@hardison.net> | 2016-10-19 17:36:29 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-10-19 17:36:29 +0200 |
commit | 6cf171cc006d4a4ec4ee5da30b4349e49f76845d (patch) | |
tree | 611195c8703c8a23724f04a0812e9aee3fbb2d2b | |
parent | 69f1ef63c92000717c1d3c4b267d6d8517eb6420 (diff) | |
download | bugzilla-6cf171cc006d4a4ec4ee5da30b4349e49f76845d.tar.gz bugzilla-6cf171cc006d4a4ec4ee5da30b4349e49f76845d.tar.xz |
fix typo
-rw-r--r-- | docs/en/rst/installing/postgresql.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/en/rst/installing/postgresql.rst b/docs/en/rst/installing/postgresql.rst index 10455488c..762650d55 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. |