Changeset a91c9ba in github


Ignore:
Timestamp:
Aug 30, 2008 3:02:47 AM (5 years ago)
Author:
alecpl <alec@…>
Branches:
master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.6, release-0.7, release-0.8
Children:
8ac6fd0
Parents:
088f234
Message:

#1485307: typos fixed

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • CHANGELOG

    r876b15d ra91c9ba  
    55---------- 
    66- Added option 'quota_zero_as_unlimited' (#1484604) 
     7- Added PRE handling in html2text class (#1484740) 
    78 
    892008/08/28 (robin) 
  • config/main.inc.php.dist

    r876b15d ra91c9ba  
    2929$rcmail_config['syslog_facility'] = LOG_USER; 
    3030 
    31 // use this folder to store log files (must be writebale for apache user) 
     31// use this folder to store log files (must be writeable for apache user) 
    3232// This is used by the 'file' log driver. 
    3333$rcmail_config['log_dir'] = 'logs/'; 
  • installer/config.php

    rb77d0dd ra91c9ba  
    6969 
    7070?> 
    71 <div>Use this folder to store temp files (must be writebale for webserver)</div> 
     71<div>Use this folder to store temp files (must be writeable for webserver)</div> 
    7272</dd> 
    7373 
     
    168168 
    169169?> 
    170 <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> 
     170<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> 
    171171</dd> 
    172172 
Note: See TracChangeset for help on using the changeset viewer.