summaryrefslogtreecommitdiff
path: root/lib/plugins/authmysql/lang
diff options
context:
space:
mode:
authorKlap-in <klapinklapin@gmail.com>2013-02-16 23:55:52 +0100
committerKlap-in <klapinklapin@gmail.com>2013-02-16 23:55:52 +0100
commit5ebd6fd9156e1bc9b63132f3ec5989856e5a45a1 (patch)
tree5488526d7937c7a909509ee77ad6899fce9f774c /lib/plugins/authmysql/lang
parent27ffb3e11e089645f9e374808063313ed7a08722 (diff)
downloadrpg-5ebd6fd9156e1bc9b63132f3ec5989856e5a45a1.tar.gz
rpg-5ebd6fd9156e1bc9b63132f3ec5989856e5a45a1.tar.bz2
litte fixes
Diffstat (limited to 'lib/plugins/authmysql/lang')
-rw-r--r--lib/plugins/authmysql/lang/en/settings.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/plugins/authmysql/lang/en/settings.php b/lib/plugins/authmysql/lang/en/settings.php
index 7b409ee1c..77e4806b9 100644
--- a/lib/plugins/authmysql/lang/en/settings.php
+++ b/lib/plugins/authmysql/lang/en/settings.php
@@ -21,7 +21,7 @@ $lang['addUser'] = 'SQL statement to add a new user';
$lang['addGroup'] = 'SQL statement to add a new group';
$lang['addUserGroup'] = 'SQL statment to add a user to an existing group';
$lang['delGroup'] = 'SQL statement to remove a group';
-$lang['getUserID'] = 'SQL statement to get the primary ey of a user';
+$lang['getUserID'] = 'SQL statement to get the primary key of a user';
$lang['delUser'] = 'SQL statement to delete a user';
$lang['delUserRefs'] = 'SQL statement to remove a user from all groups';
$lang['updateUser'] = 'SQL statement to update a user profile';