From: Tim Düsterhus Date: Mon, 14 Dec 2020 09:39:11 +0000 (+0100) Subject: Fix typo in LanguageItemFormNode X-Git-Tag: 5.4.0_Alpha_1~543^2~4 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=5e4134981a87e7564d073be3c473e65bc8f181b9;p=GitHub%2FWoltLab%2FWCF.git Fix typo in LanguageItemFormNode --- diff --git a/wcfsetup/install/files/lib/system/form/builder/LanguageItemFormNode.class.php b/wcfsetup/install/files/lib/system/form/builder/LanguageItemFormNode.class.php index ccc74f5f15..3d0edc178f 100644 --- a/wcfsetup/install/files/lib/system/form/builder/LanguageItemFormNode.class.php +++ b/wcfsetup/install/files/lib/system/form/builder/LanguageItemFormNode.class.php @@ -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) {