From a91c9ba12a3e04eb7564592016024b568fe12ec4 Mon Sep 17 00:00:00 2001
From: alecpl <alec@alec.pl>
Date: Sat, 30 Aug 2008 03:02:47 -0400
Subject: [PATCH] #1485307: typos fixed
---
CHANGELOG | 1 +
installer/config.php | 4 ++--
config/main.inc.php.dist | 2 +-
3 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/CHANGELOG b/CHANGELOG
index 6a400dc..0caceb4 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -4,6 +4,7 @@
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/config/main.inc.php.dist b/config/main.inc.php.dist
index eb78f12..09fad19 100644
--- a/config/main.inc.php.dist
+++ b/config/main.inc.php.dist
@@ -28,7 +28,7 @@
// 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/installer/config.php b/installer/config.php
index 194c826..fb5d932 100644
--- a/installer/config.php
+++ b/installer/config.php
@@ -68,7 +68,7 @@
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 @@
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>
--
Gitblit v1.9.1