From: Matthias Schmidt Date: Wed, 21 Sep 2011 13:23:33 +0000 (+0200) Subject: Fixes typo in wcf\system\option\IOptionType X-Git-Tag: 2.0.0_Beta_1~1780^2~2^2 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=a6860a27e665a851991240eb00e2ca1b45b9345c;p=GitHub%2FWoltLab%2FWCF.git Fixes typo in wcf\system\option\IOptionType --- diff --git a/wcfsetup/install/files/lib/system/option/IOptionType.class.php b/wcfsetup/install/files/lib/system/option/IOptionType.class.php index ad59777e8b..4b0da9be1c 100644 --- a/wcfsetup/install/files/lib/system/option/IOptionType.class.php +++ b/wcfsetup/install/files/lib/system/option/IOptionType.class.php @@ -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 */