Fixes comment typo
authorMatthias Schmidt <gravatronics@live.com>
Sat, 7 Jul 2012 07:21:41 +0000 (09:21 +0200)
committerMatthias Schmidt <gravatronics@live.com>
Sat, 7 Jul 2012 07:21:41 +0000 (09:21 +0200)
wcfsetup/install/files/lib/data/category/CategoryNode.class.php

index ef2df59ed36e178b1047890071988d9873c35431..402204b0216d7b451f300f1981d2c3b7f1eb1a69 100644 (file)
@@ -22,7 +22,7 @@ class CategoryNode extends DatabaseObjectDecorator implements \RecursiveIterator
        protected $childCategories = array();
        
        /**
-        * indicates of disabled categories are included
+        * indicates if disabled categories are included
         * @var integer
         */
        protected $inludeDisabledCategories = false;