diff options
| author | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2008-08-30 07:02:47 +0000 |
|---|---|---|
| committer | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2008-08-30 07:02:47 +0000 |
| commit | dfeca6df99b63c959816bc67c842b80f63c01478 (patch) | |
| tree | dc54b59cb5bacddcd6a4187e9285357fd2a2892e /roundcubemail/config | |
| parent | 205f72c362e80e02f6aa81206edeb948f0ba091f (diff) | |
#1485307: typos fixed
git-svn-id: https://svn.roundcube.net/trunk@1709 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/config')
| -rw-r--r-- | roundcubemail/config/main.inc.php.dist | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roundcubemail/config/main.inc.php.dist b/roundcubemail/config/main.inc.php.dist index eb78f1248..09fad199c 100644 --- a/roundcubemail/config/main.inc.php.dist +++ b/roundcubemail/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/'; |
