Skip to content

Commit b2a91f3

Browse files
committed
Fixed typos in readme docs and test error message
1 parent a8cdbc8 commit b2a91f3

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ sample_app is an example for how to build and link an application in cFS. See al
2626
### Development Build: v1.2.0-rc1+dev56
2727

2828
- Replaces <> with " in local includes
29-
- Adds CONTRIBUTIING.md that links to the main cFS contributing guide.
29+
- Adds CONTRIBUTING.md that links to the main cFS contributing guide.
3030
- Adds a description for the requirements of command and telemetry Message IDs to explain why the Msg IDs have those requirements in documentation.
3131
- See <https://github.com/nasa/sample_app/pull/137>
3232

SECURITY.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ To report a vulnerability for the sample_app 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

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ include_directories(${PROJECT_SOURCE_DIR}/fsw/src)
2424
include_directories(${CMAKE_CURRENT_SOURCE_DIR}/inc)
2525

2626

27-
# Add a coverate test excutable called "sample_app-ALL" that
27+
# Add a coverage test executable called "sample_app-ALL" that
2828
# covers all of the functions in sample_app.
2929
#
3030
# Also note in a more complex app/lib the coverage test can also

unit-test/coveragetest/coveragetest_sample_app.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -423,7 +423,7 @@ void Test_SAMPLE_APP_ReportHousekeeping(void)
423423
/* Confirm timestamp msg address */
424424
UtAssert_True(UT_GetStubCount(UT_KEY(CFE_SB_TimeStampMsg)) == 1, "CFE_SB_TimeStampMsg() called once");
425425
UtAssert_True(MsgTimestamp == &SAMPLE_APP_Data.HkTlm.TlmHeader.Msg,
426-
"CFE_SB_TimeStampMsg() adress matches expected");
426+
"CFE_SB_TimeStampMsg() address matches expected");
427427

428428
/*
429429
* Confirm that the CFE_TBL_Manage() call was done

0 commit comments

Comments
 (0)