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:
Tim Gates 2020-11-16 11:57:02 +11:00 committed by GitHub
parent 2f6fc7f0f2
commit 4100379a04
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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();