]> git.feebdaed.xyz Git - 0xmirror/cJSON.git/commitdiff
docs: fix simple typo, transfering -> transferring (#527)
authorTim Gates <tim.gates@iress.com>
Mon, 16 Nov 2020 00:57:02 +0000 (11:57 +1100)
committerGitHub <noreply@github.com>
Mon, 16 Nov 2020 00:57:02 +0000 (08:57 +0800)
There is a small typo in tests/readme_examples.c.

Should read `transferring` rather than `transfering`.

tests/readme_examples.c

index 80ea8aa112da57d00ac12b01fad40a33a36f5a71..09850cd4003183135368e763eb13b72f567b802b 100644 (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();