Typo fix closes gitlabhq/gitlabhq/3984

This commit is contained in:
Ben Bodenmiller 2013-05-18 06:39:33 -06:00
parent 143a03e551
commit 2d18759602
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ GitLab supports the following databases:
# Create the GitLab production database
mysql> CREATE DATABASE IF NOT EXISTS `gitlabhq_production` DEFAULT CHARACTER SET `utf8` COLLATE `utf8_unicode_ci`;
# Grant the GitLab user necessary permissopns on the table.
# Grant the GitLab user necessary permissions on the table.
mysql> GRANT SELECT, LOCK TABLES, INSERT, UPDATE, DELETE, CREATE, DROP, INDEX, ALTER ON `gitlabhq_production`.* TO 'gitlab'@'localhost';
# Quit the database session