diff options
author | Andreas Gohr <andi@splitbrain.org> | 2013-10-13 10:40:24 +0200 |
---|---|---|
committer | Andreas Gohr <andi@splitbrain.org> | 2013-10-13 10:40:24 +0200 |
commit | 34b78ec618303a5dcfec12acc6f54ab1a6f5886f (patch) | |
tree | c6f272f93d7ab9a026efd07eb13a8d2d004253a1 /lib/plugins/authpgsql | |
parent | 9c7a681b5de7bebb468569a1a416000935b3b3d7 (diff) | |
download | rpg-34b78ec618303a5dcfec12acc6f54ab1a6f5886f.tar.gz rpg-34b78ec618303a5dcfec12acc6f54ab1a6f5886f.tar.bz2 |
typo fix PR #368
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 e67235cfa..cfb2686cb 100644 --- a/lib/plugins/authpgsql/lang/en/settings.php +++ b/lib/plugins/authpgsql/lang/en/settings.php @@ -18,7 +18,7 @@ $lang['FilterGroup'] = 'SQL clause for filtering users by group membership' $lang['SortOrder'] = 'SQL clause to sort users'; $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['addUserGroup'] = 'SQL statement to add a user to an existing group'; $lang['delGroup'] = 'SQL statement to remove a group'; $lang['getUserID'] = 'SQL statement to get the primary key of a user'; $lang['delUser'] = 'SQL statement to delete a user'; |