From 037f4c27c2571402254f271a1f7f684d17bc500f Mon Sep 17 00:00:00 2001
From: Aleksander Machniak <alec@alec.pl>
Date: Fri, 19 Apr 2013 03:31:38 -0400
Subject: [PATCH] Fix a typo

---
 installer/rcube_install.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/installer/rcube_install.php b/installer/rcube_install.php
index 1acb7af..b86ccab 100644
--- a/installer/rcube_install.php
+++ b/installer/rcube_install.php
@@ -287,7 +287,7 @@
     if ($this->config['log_driver'] == 'syslog') {
       if (!function_exists('openlog')) {
         $out['dependencies'][] = array('prop' => 'log_driver',
-          'explain' => 'This requires the <tt>sylog</tt> extension which could not be loaded.');
+          'explain' => 'This requires the <tt>syslog</tt> extension which could not be loaded.');
       }
       if (empty($this->config['syslog_id'])) {
         $out['dependencies'][] = array('prop' => 'syslog_id',

--
Gitblit v1.9.1