mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-12-06 23:46:07 +00:00
Fix thousands of spelling typos (#10272)
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user