summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2008-08-30 07:02:47 +0000
committeralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2008-08-30 07:02:47 +0000
commitdfeca6df99b63c959816bc67c842b80f63c01478 (patch)
treedc54b59cb5bacddcd6a4187e9285357fd2a2892e
parent205f72c362e80e02f6aa81206edeb948f0ba091f (diff)
#1485307: typos fixed
git-svn-id: https://svn.roundcube.net/trunk@1709 208e9e7b-5314-0410-a742-e7e81cd9613c
-rw-r--r--roundcubemail/CHANGELOG1
-rw-r--r--roundcubemail/config/main.inc.php.dist2
-rw-r--r--roundcubemail/installer/config.php4
3 files changed, 4 insertions, 3 deletions
diff --git a/roundcubemail/CHANGELOG b/roundcubemail/CHANGELOG
index 6a400dc72..0caceb456 100644
--- a/roundcubemail/CHANGELOG
+++ b/roundcubemail/CHANGELOG
@@ -4,6 +4,7 @@ CHANGELOG RoundCube Webmail
2008/08/28 (alec)
----------
- Added option 'quota_zero_as_unlimited' (#1484604)
+- Added PRE handling in html2text class (#1484740)
2008/08/28 (robin)
----------
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/';
diff --git a/roundcubemail/installer/config.php b/roundcubemail/installer/config.php
index 194c82600..fb5d93289 100644
--- a/roundcubemail/installer/config.php
+++ b/roundcubemail/installer/config.php
@@ -68,7 +68,7 @@ $input_tempdir = new html_inputfield(array('name' => '_temp_dir', 'size' => 30,
echo $input_tempdir->show($RCI->getprop('temp_dir'));
?>
-<div>Use this folder to store temp files (must be writebale for webserver)</div>
+<div>Use this folder to store temp files (must be writeable for webserver)</div>
</dd>
@@ -167,7 +167,7 @@ $input_logdir = new html_inputfield(array('name' => '_log_dir', 'size' => 30, 'i
echo $input_logdir->show($RCI->getprop('log_dir'));
?>
-<div>Use this folder to store log files (must be writebale for webserver). Note that this only applies if you are using the 'file' log_driver.</div>
+<div>Use this folder to store log files (must be writeable for webserver). Note that this only applies if you are using the 'file' log_driver.</div>
</dd>
<dt class="propname">syslog_id</dt>