diff --git a/library/Icinga/User.php b/library/Icinga/User.php index 73f4217cd..d936eca58 100644 --- a/library/Icinga/User.php +++ b/library/Icinga/User.php @@ -57,7 +57,7 @@ class User protected $additionalInformation = array(); /** - * Information if the user is external authenticated + * Information if the user is externally authenticated * * Keys: * @@ -382,7 +382,7 @@ class User /** * Set additional external user information * - * @param stirng $username + * @param string $username * @param string $field */ public function setExternalUserInformation($username, $field)