summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Hawicz <erh+git@nimenees.com>2022-08-13 09:43:50 -0400
committerGitHub <noreply@github.com>2022-08-13 09:43:50 -0400
commitac4dfa44cbaa450d9ccbf0268b08db9e301c559e (patch)
tree45a9ff35d14f4da7303ba29fbcc3092e0200c2af
parentbdd5e03d6ed19b165bfe5e9309f8a596dbda45f4 (diff)
parent9462c0a7b5e078bfbfe76d1ef8db71afda667398 (diff)
downloadjson-c-ac4dfa44cbaa450d9ccbf0268b08db9e301c559e.tar.gz
Merge pull request #782 from DimitriPapadopoulos/codespell
Fix typos found by codespell
-rw-r--r--doc/Doxyfile.in2
-rw-r--r--tests/test_deep_copy.c6
-rw-r--r--tests/test_deep_copy.expected6
3 files changed, 7 insertions, 7 deletions
diff --git a/doc/Doxyfile.in b/doc/Doxyfile.in
index 7085e3a..46fc76e 100644
--- a/doc/Doxyfile.in
+++ b/doc/Doxyfile.in
@@ -1103,7 +1103,7 @@ HTML_STYLESHEET =
# cascading style sheets that are included after the standard style sheets
# created by doxygen. Using this option one can overrule certain style aspects.
# This is preferred over using HTML_STYLESHEET since it does not replace the
-# standard style sheet and is therefor more robust against future updates.
+# standard style sheet and is therefore more robust against future updates.
# Doxygen will copy the style sheet files to the output directory.
# Note: The order of the extra stylesheet files is of importance (e.g. the last
# stylesheet in the list overrules the setting of the previous ones in the
diff --git a/tests/test_deep_copy.c b/tests/test_deep_copy.c
index 34ef1fe..5f03829 100644
--- a/tests/test_deep_copy.c
+++ b/tests/test_deep_copy.c
@@ -22,7 +22,7 @@ static const char *json_str1 =
" \"number\": 16446744073709551615,"
" \"title\": \"S\","
" \"null_obj\": null, "
- " \"exixt\": false,"
+ " \"exist\": false,"
" \"quantity\":20,"
" \"univalent\":19.8,"
" \"GlossList\": {"
@@ -136,7 +136,7 @@ int main(int argc, char **argv)
assert(0 == json_object_deep_copy(src2, &dst2, NULL));
assert(0 == json_object_deep_copy(src3, &dst3, NULL));
- printf("PASSED - all json_object_deep_copy() returned succesful\n");
+ printf("PASSED - all json_object_deep_copy() returned successful\n");
assert(-1 == json_object_deep_copy(src1, &dst1, NULL));
assert(errno == EINVAL);
@@ -151,7 +151,7 @@ int main(int argc, char **argv)
assert(1 == json_object_equal(src2, dst2));
assert(1 == json_object_equal(src3, dst3));
- printf("PASSED - all json_object_equal() tests returned succesful\n");
+ printf("PASSED - all json_object_equal() tests returned successful\n");
assert(0 == strcmp(json_object_to_json_string_ext(src1, JSON_C_TO_STRING_PRETTY),
json_object_to_json_string_ext(dst1, JSON_C_TO_STRING_PRETTY)));
diff --git a/tests/test_deep_copy.expected b/tests/test_deep_copy.expected
index 3580ddc..3bd4462 100644
--- a/tests/test_deep_copy.expected
+++ b/tests/test_deep_copy.expected
@@ -1,7 +1,7 @@
PASSED - loaded input data
-PASSED - all json_object_deep_copy() returned succesful
+PASSED - all json_object_deep_copy() returned successful
PASSED - all json_object_deep_copy() returned EINVAL for non-null pointer
-PASSED - all json_object_equal() tests returned succesful
+PASSED - all json_object_equal() tests returned successful
PASSED - comparison of string output
PASSED - trying to overrwrite an object that has refcount > 1
Printing JSON objects for visual inspection
@@ -14,7 +14,7 @@ Printing JSON objects for visual inspection
"number":16446744073709551615,
"title":"S",
"null_obj":null,
- "exixt":false,
+ "exist":false,
"quantity":20,
"univalent":19.8,
"GlossList":{