Skip to content

Commit

Permalink
Fixed minor text typo in source code (error message).
Browse files Browse the repository at this point in the history
  • Loading branch information
thnkslprpt committed Sep 1, 2021
1 parent 1d64694 commit fd3791a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion unit-test/coveragetest/coveragetest_sample_app.c
Original file line number Diff line number Diff line change
Expand Up @@ -423,7 +423,7 @@ void Test_SAMPLE_APP_ReportHousekeeping(void)
/* Confirm timestamp msg address */
UtAssert_True(UT_GetStubCount(UT_KEY(CFE_SB_TimeStampMsg)) == 1, "CFE_SB_TimeStampMsg() called once");
UtAssert_True(MsgTimestamp == &SAMPLE_APP_Data.HkTlm.TlmHeader.Msg,
"CFE_SB_TimeStampMsg() adress matches expected");
"CFE_SB_TimeStampMsg() address matches expected");

/*
* Confirm that the CFE_TBL_Manage() call was done
Expand Down

0 comments on commit fd3791a

Please sign in to comment.