summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDylan William Hardison <dylan@hardison.net>2016-10-19 17:36:29 +0200
committerGitHub <noreply@github.com>2016-10-19 17:36:29 +0200
commit6cf171cc006d4a4ec4ee5da30b4349e49f76845d (patch)
tree611195c8703c8a23724f04a0812e9aee3fbb2d2b
parent69f1ef63c92000717c1d3c4b267d6d8517eb6420 (diff)
downloadbugzilla-6cf171cc006d4a4ec4ee5da30b4349e49f76845d.tar.gz
bugzilla-6cf171cc006d4a4ec4ee5da30b4349e49f76845d.tar.xz
fix typo
-rw-r--r--docs/en/rst/installing/postgresql.rst2
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.