diff options
author | Aleksander Machniak <alec@alec.pl> | 2012-08-07 23:42:29 -0700 |
---|---|---|
committer | Aleksander Machniak <alec@alec.pl> | 2012-08-07 23:42:29 -0700 |
commit | b93f5556f20e8e5ce5c235fee11dec4c2a070060 (patch) | |
tree | 0d28d02c80d2660009074171e20b4ca561bd3f3b /plugins/acl | |
parent | de56ea1909d515d3e4807a04a6c4644b8226d08d (diff) | |
parent | 654ac1e090d29ce8a4c6d29a97ec7ca3f239c2f3 (diff) |
Merge pull request #18 from sylvestre/master
Just a minor commit which fixes some typos
Diffstat (limited to 'plugins/acl')
-rw-r--r-- | plugins/acl/acl.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/acl/acl.php b/plugins/acl/acl.php index 8709f0b00..144250495 100644 --- a/plugins/acl/acl.php +++ b/plugins/acl/acl.php @@ -615,7 +615,7 @@ class acl extends rcube_plugin private function get_realm() { // When user enters a username without domain part, realm - // alows to add it to the username (and display correct username in the table) + // allows to add it to the username (and display correct username in the table) if (isset($_SESSION['acl_username_realm'])) { return $_SESSION['acl_username_realm']; |