From: Matthias Schmidt Date: Sat, 7 Jul 2012 07:21:41 +0000 (+0200) Subject: Fixes comment typo X-Git-Tag: 2.0.0_Beta_1~1010^2 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=23e5e5bd3f3b10859362454092a69fe6c1ac005a;p=GitHub%2FWoltLab%2FWCF.git Fixes comment typo --- diff --git a/wcfsetup/install/files/lib/data/category/CategoryNode.class.php b/wcfsetup/install/files/lib/data/category/CategoryNode.class.php index ef2df59ed3..402204b021 100644 --- a/wcfsetup/install/files/lib/data/category/CategoryNode.class.php +++ b/wcfsetup/install/files/lib/data/category/CategoryNode.class.php @@ -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;