Commit 6cf171cc authored by Dylan William Hardison's avatar Dylan William Hardison Committed by GitHub

fix typo

parent 69f1ef63
...@@ -38,7 +38,7 @@ new users (-R) or create databases (-D). ...@@ -38,7 +38,7 @@ new users (-R) or create databases (-D).
Next we will create a database for bugzilla to use 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. This will create a database named `bugs` that is owned (-O) by the `bugs` user.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment