Fixed some typos in core.php

This commit is contained in:
Marc Würth 2013-04-23 21:48:23 +03:00
parent ef90850801
commit baadaec608

View file

@ -309,7 +309,7 @@
* By default File is used, but for improved performance you should use APC.
*
* Note: 'default' and other application caches should be configured in app/Config/bootstrap.php.
* Please check the comments in boostrap.php for more info on the cache engines available
* Please check the comments in bootstrap.php for more info on the cache engines available
* and their settings.
*/
$engine = 'File';