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 /installer/config.php | |
parent | 088f23467adb951f3b9677c7f99f7b813945f689 (diff) |
#1485307: typos fixed
Diffstat (limited to 'installer/config.php')
-rw-r--r-- | installer/config.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/installer/config.php b/installer/config.php index 194c82600..fb5d93289 100644 --- a/installer/config.php +++ b/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> |