Fix typo on readme

`PRIVILEGES` not `PRIVIELGES`
This commit is contained in:
James Taylor 2016-02-14 17:51:42 +11:00
parent c94e24c985
commit 43b7ed21d7

View file

@ -25,7 +25,7 @@ We will create a database which used by this web application. Please note that t
```
MariaDB [(none)]> CREATE DATABASE powerdnsadmin;
MariaDB [(none)]> GRANT ALL PRIVIELGES ON powerdnsadmin.* TO powerdnsadmin@'%' IDENTIFIED BY 'your-password';
MariaDB [(none)]> GRANT ALL PRIVILEGES ON powerdnsadmin.* TO powerdnsadmin@'%' IDENTIFIED BY 'your-password';
```
### PowerDNS-Admin