]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
fix typo
authorDylan William Hardison <dylan@hardison.net>
Wed, 19 Oct 2016 15:36:29 +0000 (11:36 -0400)
committerGitHub <noreply@github.com>
Wed, 19 Oct 2016 15:36:29 +0000 (11:36 -0400)
docs/en/rst/installing/postgresql.rst

index 10455488c45f22c158ea17f95964d1b174d126af..762650d55e7784a1734d49c4299562531539937a 100644 (file)
@@ -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.