From 9bfe14f7781f6f7567cfbf109474254cf6272518 Mon Sep 17 00:00:00 2001
From: Aleksander Machniak <alec@alec.pl>
Date: Wed, 08 Aug 2012 02:58:32 -0400
Subject: [PATCH] Merge branch 'master' of github.com:roundcube/roundcubemail

---
 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 8709f0b..1442504 100644
--- a/plugins/acl/acl.php
+++ b/plugins/acl/acl.php
@@ -615,7 +615,7 @@
     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'];

--
Gitblit v1.9.1