Skip to content

Commit b500b02

Browse files
committed
Merge pull request #65 from thnkslprpt/FIX-SAMPLE-LIB-TYPOS
Fix #66, Correct minor markdown and comment typos Part of nasa/cFS#352
2 parents 828f353 + 464eaa4 commit b500b02

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

SECURITY.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ To report a vulnerability for the sample_lib subsystem please [submit an issue](
66

77
For general cFS vulnerabilities please [open a cFS framework issue](https://github.com/nasa/cfs/issues/new/choose) and see our [top-level security policy](https://github.com/nasa/cFS/security/policy) for additional information.
88

9-
In either case please use the "Bug Report" template and provide as much information as possible. Apply appropraite labels for each report. For security related reports, tag the issue with the "security" label.
9+
In either case please use the "Bug Report" template and provide as much information as possible. Apply appropriate labels for each report. For security related reports, tag the issue with the "security" label.
1010

1111
## Testing
1212

unit-test/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ add_cfe_coverage_stubs(sample_lib_overrides
3737
override_src/libc_string_stubs.c
3838
)
3939

40-
# Add a coverate test excutable called "sample_lib-ALL" that
40+
# Add a coverage test executable called "sample_lib-ALL" that
4141
# covers all of the functions in sample_lib.
4242
#
4343
# Also note in a more complex app/lib the coverage test can also

unit-test/coveragetest/coveragetest_sample_lib.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ void Test_SAMPLE_LIB_Init(void)
110110
*/
111111

112112
/* Set a data buffer for strncpy()
113-
* This overriddes what it would normally do */
113+
* This overrides what it would normally do */
114114
UT_SetDataBuffer(UT_KEY(OCS_strncpy), UT_TESTBUFFER, sizeof(UT_TESTBUFFER), false);
115115

116116
/* nominal case should return SUCCESS */

unit-test/override_src/libc_string_stubs.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
** Notes:
3232
** For most Unit tests this is _NOT_ necessary. Whenever
3333
** possible, FSW code should only call CFE/OSAL/PSP code for
34-
** which there are already stubs available and the the
34+
** which there are already stubs available and the
3535
** replacements can be made transparently at link time.
3636
*/
3737

0 commit comments

Comments
 (0)