[Svn] r1709 - in trunk/roundcubemail: . config installer

trac at roundcube.net trac at roundcube.net
Sat Aug 30 09:02:48 CEST 2008


Author: alec
Date: 2008-08-30 02:02:47 -0500 (Sat, 30 Aug 2008)
New Revision: 1709

Modified:
   trunk/roundcubemail/CHANGELOG
   trunk/roundcubemail/config/main.inc.php.dist
   trunk/roundcubemail/installer/config.php
Log:
#1485307: typos fixed


Modified: trunk/roundcubemail/CHANGELOG
===================================================================
--- trunk/roundcubemail/CHANGELOG	2008-08-29 16:05:00 UTC (rev 1708)
+++ trunk/roundcubemail/CHANGELOG	2008-08-30 07:02:47 UTC (rev 1709)
@@ -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)
 ----------

Modified: trunk/roundcubemail/config/main.inc.php.dist
===================================================================
--- trunk/roundcubemail/config/main.inc.php.dist	2008-08-29 16:05:00 UTC (rev 1708)
+++ trunk/roundcubemail/config/main.inc.php.dist	2008-08-30 07:02:47 UTC (rev 1709)
@@ -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/';
 

Modified: trunk/roundcubemail/installer/config.php
===================================================================
--- trunk/roundcubemail/installer/config.php	2008-08-29 16:05:00 UTC (rev 1708)
+++ trunk/roundcubemail/installer/config.php	2008-08-30 07:02:47 UTC (rev 1709)
@@ -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>

_______________________________________________
http://lists.roundcube.net/mailman/listinfo/svn



More information about the Svn mailing list