From 2d1875960212d40cb348cefb29ac78828498bc66 Mon Sep 17 00:00:00 2001 From: Ben Bodenmiller Date: Sat, 18 May 2013 06:39:33 -0600 Subject: Typo fix closes gitlabhq/gitlabhq/3984 --- doc/install/databases.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/install/databases.md b/doc/install/databases.md index a198e726aa0..2d94aa9b4a3 100644 --- a/doc/install/databases.md +++ b/doc/install/databases.md @@ -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 -- cgit v1.2.1