Merge pull request #248 from gjngeldenhuis/spelling

Fixing small typos
This commit is contained in:
Ashley Penney 2013-09-20 10:14:14 -07:00
commit 1a53de99d5

View file

@ -658,16 +658,16 @@ The hash to use during password creation. If the password is not already pre-enc
}
####`createdb`
Weither to grant the ability to create new databases with this role. Defaults to `false`.
Whether to grant the ability to create new databases with this role. Defaults to `false`.
####`createrole`
Weither to grant the ability to create new roles with this role. Defaults to `false`.
Whether to grant the ability to create new roles with this role. Defaults to `false`.
####`login`
Weither to grant login capability for the new role. Defaults to `false`.
Whether to grant login capability for the new role. Defaults to `false`.
####`superuser`
Weither to grant super user capability for the new role. Defaults to `false`.
Whether to grant super user capability for the new role. Defaults to `false`.
####`replication`
If `true` provides replication capabilities for this role. Defaults to `false`.