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:12:20 +0200 |
commit | 3a81af385f0e032c9d7209798512018ae811ffc7 (patch) | |
tree | cbf89de555c3de493aa3b9cf05c90d2da2ff1c20 /installer/rcube_install.php | |
parent | 7652687692bffdc31a1b65ed4afce97addd2bbde (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 450d9e253..a6ded7d9b 100644 --- a/installer/rcube_install.php +++ b/installer/rcube_install.php @@ -288,7 +288,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', |