summaryrefslogtreecommitdiff
path: root/lib/plugins/authpgsql/lang/en
diff options
context:
space:
mode:
authorAndreas Gohr <andi@splitbrain.org>2013-02-24 10:39:52 +0100
committerAndreas Gohr <andi@splitbrain.org>2013-02-24 10:39:52 +0100
commit338ac38c748d94f32ca394dc604dda97ce6762e3 (patch)
tree10bb63915c159e659ea80a354b2f0db51b802f47 /lib/plugins/authpgsql/lang/en
parent292f6d8bd60b850ddf729e3b609b601fa6f9fcb3 (diff)
downloadrpg-338ac38c748d94f32ca394dc604dda97ce6762e3.tar.gz
rpg-338ac38c748d94f32ca394dc604dda97ce6762e3.tar.bz2
fixed typos
Diffstat (limited to 'lib/plugins/authpgsql/lang/en')
-rw-r--r--lib/plugins/authpgsql/lang/en/settings.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/plugins/authpgsql/lang/en/settings.php b/lib/plugins/authpgsql/lang/en/settings.php
index 74a1c1cc9..8c048fa0f 100644
--- a/lib/plugins/authpgsql/lang/en/settings.php
+++ b/lib/plugins/authpgsql/lang/en/settings.php
@@ -20,7 +20,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';