Skip to content

Commit de205bc

Browse files
committed
Minor: Typo in doc
1 parent 36dd77a commit de205bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main/inc/lib/webservices/Rest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1901,7 +1901,7 @@ public function addUser($userParam): array
19011901
$language = api_get_setting('platformLanguage');
19021902
}
19031903

1904-
// First check wether the login already exists.
1904+
// First check whether the login already exists.
19051905
if (!UserManager::is_username_available($loginName)) {
19061906
throw new Exception(get_lang('UserNameNotAvailable'));
19071907
}

0 commit comments

Comments
 (0)