diff options
author | Andreas Gohr <andi@splitbrain.org> | 2013-02-24 10:39:52 +0100 |
---|---|---|
committer | Christopher Smith <chris@jalakai.co.uk> | 2013-02-24 12:39:03 +0000 |
commit | bdac741579f8c6f00248d5d3ec635d4c2e08fb1e (patch) | |
tree | 49761ebd9f321ca0bef0ab0fc3f4a3083452cad9 /lib/plugins/authpgsql | |
parent | 3fe280371c5b3e2f435f374dfffc58114ce85093 (diff) | |
download | rpg-bdac741579f8c6f00248d5d3ec635d4c2e08fb1e.tar.gz rpg-bdac741579f8c6f00248d5d3ec635d4c2e08fb1e.tar.bz2 |
fixed typos
Diffstat (limited to 'lib/plugins/authpgsql')
-rw-r--r-- | lib/plugins/authpgsql/lang/en/settings.php | 2 |
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'; |