Fix thousands of spelling typos (#10272)

This commit is contained in:
Nathan Baulch
2021-08-29 00:58:24 +10:00
committed by GitHub
parent 2d239271e5
commit 5d68bd6a03
1132 changed files with 2060 additions and 2060 deletions

View File

@@ -459,7 +459,7 @@ UserAPI_loginUser(apiClient_t *apiClient, char * username , char * password )
if (apiClient->response_code == 400) {
printf("%s\n","Invalid username/password supplied");
}
//primitive reutrn type simple
//primitive return type simple
char* elementToReturn = strdup((char*)apiClient->dataReceived);
if (apiClient->dataReceived) {