We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36dd77a commit de205bcCopy full SHA for de205bc
main/inc/lib/webservices/Rest.php
@@ -1901,7 +1901,7 @@ public function addUser($userParam): array
1901
$language = api_get_setting('platformLanguage');
1902
}
1903
1904
- // First check wether the login already exists.
+ // First check whether the login already exists.
1905
if (!UserManager::is_username_available($loginName)) {
1906
throw new Exception(get_lang('UserNameNotAvailable'));
1907
0 commit comments