summaryrefslogtreecommitdiffstats
path: root/docs/en/rst/installing/postgresql.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/en/rst/installing/postgresql.rst')
-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.