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

@@ -111,7 +111,7 @@ StoreAPI_getInventory(apiClient_t *apiClient)
if (apiClient->response_code == 200) {
printf("%s\n","successful operation");
}
//primitive reutrn type not simple
//primitive return type not simple
cJSON *localVarJSON = cJSON_Parse(apiClient->dataReceived);
cJSON *VarJSON;
list_t *elementToReturn = list_create();