diff options
author | alecpl <alec@alec.pl> | 2008-08-30 07:02:47 +0000 |
---|---|---|
committer | alecpl <alec@alec.pl> | 2008-08-30 07:02:47 +0000 |
commit | a91c9ba12a3e04eb7564592016024b568fe12ec4 (patch) | |
tree | ec24299acc186d9851f67282f8d9d8fbe5f4005e /config | |
parent | 088f23467adb951f3b9677c7f99f7b813945f689 (diff) |
#1485307: typos fixed
Diffstat (limited to 'config')
-rw-r--r-- | config/main.inc.php.dist | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/main.inc.php.dist b/config/main.inc.php.dist index eb78f1248..09fad199c 100644 --- a/config/main.inc.php.dist +++ b/config/main.inc.php.dist @@ -28,7 +28,7 @@ $rcmail_config['syslog_id'] = 'roundcube'; // For possible values see installer or http://php.net/manual/en/function.openlog.php $rcmail_config['syslog_facility'] = LOG_USER; -// use this folder to store log files (must be writebale for apache user) +// use this folder to store log files (must be writeable for apache user) // This is used by the 'file' log driver. $rcmail_config['log_dir'] = 'logs/'; |