Fixes typo in wcf\system\option\IOptionType
authorMatthias Schmidt <gravatronics@live.com>
Wed, 21 Sep 2011 13:23:33 +0000 (15:23 +0200)
committerMatthias Schmidt <gravatronics@live.com>
Wed, 21 Sep 2011 13:23:33 +0000 (15:23 +0200)
wcfsetup/install/files/lib/system/option/IOptionType.class.php

index ad59777e8b4fa35fd2e235c56c536b4e0e2e2a8e..4b0da9be1c3c2fa80c5148b10cf2b01231dd7e98 100644 (file)
@@ -43,7 +43,7 @@ interface IOptionType {
        public function getData(Option $option, $newValue);
        
        /**
-        * Returns the css class name for this option tye. 
+        * Returns the css class name for this option type. 
         * 
         * @return      string
         */