Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 3249730

Browse files
Shaun CaseAlanscut
Shaun Case
authored andcommitted
Fix spelling errors found by CodeSpell. See https://github.com/codespell-project/codespell
1 parent 8a334b0 commit 3249730

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

‎tests/cjson_add.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ static void * CJSON_CDECL failing_malloc(size_t size)
3434
return NULL;
3535
}
3636

37-
/* work around MSVC error C2322: '...' address of dillimport '...' is not static */
37+
/* work around MSVC error C2322: '...' address of dllimport '...' is not static */
3838
static void CJSON_CDECL normal_free(void *pointer)
3939
{
4040
free(pointer);

‎tests/print_object.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ static void assert_print_object(const char * const expected, const char * const
6363

6464
formatted_buffer.format = true;
6565
TEST_ASSERT_TRUE_MESSAGE(print_object(item, &formatted_buffer), "Failed to print formatted string.");
66-
TEST_ASSERT_EQUAL_STRING_MESSAGE(expected, printed_formatted, "Formatted ojbect is not correct.");
66+
TEST_ASSERT_EQUAL_STRING_MESSAGE(expected, printed_formatted, "Formatted object is not correct.");
6767

6868
reset(item);
6969
}

‎tests/unity/auto/parse_output.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ def test_passed_unity_fixture(array)
7878
@array_list.push ' <testcase classname="' + test_suite + '" name="' + test_name + '"/>'
7979
end
8080

81-
# Test was flagged as being ingored so format the output
81+
# Test was flagged as being ignored so format the output
8282
def test_ignored(array)
8383
last_item = array.length - 1
8484
test_name = array[last_item - 2]

‎tests/unity/docs/UnityGettingStartedGuide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ header files. These three files _are_ Unity.
7272
into this folder already. This is where all the handy documentation can be
7373
found.
7474
- `examples` - This contains a few examples of using Unity.
75-
- `extras` - These are optional add ons to Unity that are not part of the core
75+
- `extras` - These are optional addons to Unity that are not part of the core
7676
project. If you've reached us through James Grenning's book, you're going to
7777
want to look here.
7878
- `test` - This is how Unity and its scripts are all tested. If you're just using

‎tests/unity/extras/eclipse/error_parsers.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Eclipse error parsers
22
=====================
33

44
These are a godsend for extracting & quickly navigating to
5-
warnings & error messages from console output. Unforunately
5+
warnings & error messages from console output. Unfortunately
66
I don't know how to write an Eclipse plugin so you'll have
77
to add them manually.
88

‎tests/unity/src/unity.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
#include "unity.h"
99
#include <stddef.h>
1010

11-
/* If omitted from header, declare overrideable prototypes here so they're ready for use */
11+
/* If omitted from header, declare overridable prototypes here so they're ready for use */
1212
#ifdef UNITY_OMIT_OUTPUT_CHAR_HEADER_DECLARATION
1313
void UNITY_OUTPUT_CHAR(int);
1414
#endif

‎tests/unity/test/rakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ task :prepare_for_tests => TEMP_DIRS
2626

2727
include RakefileHelpers
2828

29-
# Load proper GCC as defult configuration
29+
# Load proper GCC as default configuration
3030
DEFAULT_CONFIG_FILE = 'gcc_auto_stdint.yml'
3131
configure_toolchain(DEFAULT_CONFIG_FILE)
3232

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /