Bill Shupp wrote:
> Robin Bowes wrote:
>
>
>>You can fix some typos while you're at it:
>>
>>[EMAIL PROTECTED] live]# grep -r "writabale" *
>>index.php:if(!is_writable($session_dir)) die("Error: $session_dir is not
>>writabale. Please read INSTALL");
>>index.php:if(!is_writable("$private_dirs/templates_c")) die("Error:
>>$private_dirs/templates_c is not writabale. Please read INSTALL");
>>index.php:if(!is_writable("$private_dirs/configs")) die("Error:
>>$private_dirs/configs is not writabale. Please read INSTALL");
>>index.php:if(!is_writable("$private_dirs/cache")) die("Error:
>>$private_dirs/cache is not writabale. Please read INSTALL");
>>
>>:)
>
>
> Hmm, dictionary.com says it's not misspelled:
>
> http://dictionary.reference.com/search?q=writable
"writable" is OK - it's the text in the error message "writabale" that's
a little suspect. :)
R.