diff options
author | Aleksander Machniak <alec@alec.pl> | 2013-04-19 09:12:20 +0200 |
---|---|---|
committer | Aleksander Machniak <alec@alec.pl> | 2013-04-19 09:31:38 +0200 |
commit | 037f4c27c2571402254f271a1f7f684d17bc500f (patch) | |
tree | 0e2b0cf780001b7e6619700e321315cde9e97275 /installer/rcube_install.php | |
parent | dbb86df5388af818f5e885bc8e6fc4f7eeff8e80 (diff) |
Fix a typo
Diffstat (limited to 'installer/rcube_install.php')
-rw-r--r-- | 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 1acb7af02..b86ccab02 100644 --- a/installer/rcube_install.php +++ b/installer/rcube_install.php @@ -287,7 +287,7 @@ class rcube_install 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', |