From 654ac1e090d29ce8a4c6d29a97ec7ca3f239c2f3 Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Wed, 8 Aug 2012 08:37:27 +0200 Subject: Fix some typos --- plugins/acl/acl.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/acl/acl.php') 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']; -- cgit v1.2.3