From dfeca6df99b63c959816bc67c842b80f63c01478 Mon Sep 17 00:00:00 2001 From: alec Date: Sat, 30 Aug 2008 07:02:47 +0000 Subject: #1485307: typos fixed git-svn-id: https://svn.roundcube.net/trunk@1709 208e9e7b-5314-0410-a742-e7e81cd9613c --- roundcubemail/installer/config.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'roundcubemail/installer/config.php') 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')); ?> -
Use this folder to store temp files (must be writebale for webserver)
+
Use this folder to store temp files (must be writeable for webserver)
@@ -167,7 +167,7 @@ $input_logdir = new html_inputfield(array('name' => '_log_dir', 'size' => 30, 'i echo $input_logdir->show($RCI->getprop('log_dir')); ?> -
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.
+
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.
syslog_id
-- cgit v1.2.3