Small documentation corrections
authorMatthias Schmidt <gravatronics@live.com>
Sat, 13 Aug 2011 07:03:31 +0000 (09:03 +0200)
committerMatthias Schmidt <gravatronics@live.com>
Tue, 16 Aug 2011 11:34:07 +0000 (13:34 +0200)
wcfsetup/install/files/lib/system/option/CustomselectOptionType.class.php
wcfsetup/install/files/lib/system/option/PasswordOptionType.class.php

index 1b56a94ca2872853771a516257364e72acb5fca7..1b536ac5a55d6fdc891af0b7f7c81ea1fb4f5c6e 100644 (file)
@@ -4,8 +4,8 @@ use wcf\data\option\Option;
 use wcf\system\WCF;
 
 /**
- * OptionTypeSelect is an implementation of IOptionType for 'select' tags with a
- * text field for custom inputs.
+ * CustomselectOptionType is an implementation of IOptionType for 'select' tags with
+ * text field for custom inputs.
  *
  * @author     Marcel Werk
  * @copyright  2001-2011 WoltLab GmbH
index a8aa0403c6bec3fd7ef37436b784d3aa333c2540..2e52a6e933af0f73baf514c60ba60c2625849705 100644 (file)
@@ -4,7 +4,7 @@ use wcf\data\option\Option;
 use wcf\system\database\util\PreparedStatementConditionBuilder;
 
 /**
- * OptionTypeText is an implementation of IOptionType for 'input type="password"' tags.
+ * PasswordOptionType is an implementation of IOptionType for 'input type="password"' tags.
  *
  * @author     Marcel Werk
  * @copyright  2001-2011 WoltLab GmbH