From 6cf171cc006d4a4ec4ee5da30b4349e49f76845d Mon Sep 17 00:00:00 2001 From: Dylan William Hardison Date: Wed, 19 Oct 2016 11:36:29 -0400 Subject: fix typo --- docs/en/rst/installing/postgresql.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- cgit v1.2.3-24-g4f1b