diff options
author | cash <cash.costello@gmail.com> | 2011-11-20 08:13:34 -0500 |
---|---|---|
committer | cash <cash.costello@gmail.com> | 2011-11-28 21:44:01 -0500 |
commit | 059aa2db0dd5af4a1b35253b2c136813f86c3ca5 (patch) | |
tree | eb830bd3b87f20e4603056abf363f843081389d3 /install | |
parent | 3d70cedc6ab5c70511fef63accbe7a554c63e914 (diff) | |
download | elgg-059aa2db0dd5af4a1b35253b2c136813f86c3ca5.tar.gz elgg-059aa2db0dd5af4a1b35253b2c136813f86c3ca5.tar.bz2 |
Fixes #4140 fixed spelling mistake
Diffstat (limited to 'install')
-rw-r--r-- | install/languages/en.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/install/languages/en.php b/install/languages/en.php index 3e2569669..bbcd72d20 100644 --- a/install/languages/en.php +++ b/install/languages/en.php @@ -64,7 +64,7 @@ If you are ready to proceed, click the Next button.", 'install:database:label:dbhost' => 'Database Host', 'install:database:label:dbprefix' => 'Database Table Prefix', - 'install:database:help:dbuser' => 'User that has full priviledges to the MySQL database that you created for Elgg', + 'install:database:help:dbuser' => 'User that has full privileges to the MySQL database that you created for Elgg', 'install:database:help:dbpassword' => 'Password for the above database user account', 'install:database:help:dbname' => 'Name of the Elgg database', 'install:database:help:dbhost' => 'Hostname of the MySQL server (usually localhost)', |