Fix typo in LanguageItemFormNode
authorTim Düsterhus <duesterhus@woltlab.com>
Mon, 14 Dec 2020 09:39:11 +0000 (10:39 +0100)
committerTim Düsterhus <duesterhus@woltlab.com>
Mon, 14 Dec 2020 09:39:11 +0000 (10:39 +0100)
wcfsetup/install/files/lib/system/form/builder/LanguageItemFormNode.class.php

index ccc74f5f15d749d57d6e16ceed23866f33008b30..3d0edc178f412be5a64d7e432e1026516ca13fda 100644 (file)
@@ -37,7 +37,7 @@ class LanguageItemFormNode implements IFormChildNode {
        /**
         * Returns the name of the language item shown in the form node.
         * 
-        * @throws      \BadMethodCallException         if language iten has not been set yet
+        * @throws      \BadMethodCallException         if language item has not been set yet
         */
        public function getLanguageItem(): string {
                if ($this->languageItem === null) {