mirror of
https://github.com/DaveGamble/cJSON.git
synced 2023-08-10 21:13:26 +03:00
docs: fix simple typo, transfering -> transferring (#527)
There is a small typo in tests/readme_examples.c. Should read `transferring` rather than `transfering`.
This commit is contained in:
parent
2f6fc7f0f2
commit
4100379a04
@ -69,7 +69,7 @@ static char* create_monitor(void)
|
||||
goto end;
|
||||
}
|
||||
/* after creation was successful, immediately add it to the monitor,
|
||||
* thereby transfering ownership of the pointer to it */
|
||||
* thereby transferring ownership of the pointer to it */
|
||||
cJSON_AddItemToObject(monitor, "name", name);
|
||||
|
||||
resolutions = cJSON_CreateArray();
|
||||
|
Loading…
Reference in New Issue
Block a user