Merge pull request #116 from kamui545/2.0

2.0: Fixing documentation
This commit is contained in:
ADmad 2011-06-05 06:09:34 -07:00
commit 71f7dcdde8

View file

@ -187,13 +187,13 @@ class App {
);
/**
* Inicates whether the class cache should be stored again because of an addition to it
* Indicates whether the class cache should be stored again because of an addition to it
*
*/
private static $_cacheChange = false;
/**
* Inicates whether the object cache should be stored again because of an addition to it
* Indicates whether the object cache should be stored again because of an addition to it
*
*/
private static $_objectCacheChange = false;