Fixed typo
authorMarcel Werk <burntime@woltlab.com>
Fri, 17 May 2013 18:46:45 +0000 (20:46 +0200)
committerMarcel Werk <burntime@woltlab.com>
Fri, 17 May 2013 18:46:45 +0000 (20:46 +0200)
wcfsetup/install/files/lib/system/form/element/MultipleSelectionFormElement.class.php

index 8c2b0b7e1afaadf8d4caa09febfbd83a6da3f481..92a99f6d3629dd71446843a090f6a9a20d52156f 100644 (file)
@@ -30,7 +30,7 @@ class MultipleSelectionFormElement extends AbstractNamedFormElement {
        public function getHTML($formName) {
                return <<<HTML
 <label><input type="checkbox" name="{$formName}{$this->getParent()->getName()}[]" value="{$this->getValue()}" /> {$this->getLabel()}</label>
-<small>{$this->getDesciption()}</small>
+<small>{$this->getDescription()}</small>
 HTML;
        }
 }