aboutsummaryrefslogtreecommitdiff
path: root/tests/unity/src
diff options
context:
space:
mode:
authorShaun Case <shaunc@aja.com>2024-03-29 10:55:41 -0700
committerAlan Wang <wp_scut@163.com>2024-05-14 09:43:59 +0800
commit324973008ced4ea03d1626a00915d0399ecbd9db (patch)
tree5b896fe90b14f56f3c1387517e000614a236e327 /tests/unity/src
parent8a334b014038ef02065fcd41e6096c99102bcc36 (diff)
downloadcjson-324973008ced4ea03d1626a00915d0399ecbd9db.tar.gz
cjson-324973008ced4ea03d1626a00915d0399ecbd9db.zip
Fix spelling errors found by CodeSpell. See https://github.com/codespell-project/codespell
Diffstat (limited to 'tests/unity/src')
-rw-r--r--tests/unity/src/unity.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unity/src/unity.c b/tests/unity/src/unity.c
index d02610a..eee6f96 100644
--- a/tests/unity/src/unity.c
+++ b/tests/unity/src/unity.c
@@ -8,7 +8,7 @@
#include "unity.h"
#include <stddef.h>
-/* If omitted from header, declare overrideable prototypes here so they're ready for use */
+/* If omitted from header, declare overridable prototypes here so they're ready for use */
#ifdef UNITY_OMIT_OUTPUT_CHAR_HEADER_DECLARATION
void UNITY_OUTPUT_CHAR(int);
#endif