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 09a6a7c commit 18556ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fsw/src/to_lab_app.c
Original file line number Diff line number Diff line change
Expand Up @@ -582,7 +582,7 @@ void TO_LAB_forward_telemetry(void)
if (status < 0)
{
CFE_EVS_SendEvent(TO_TLMOUTSTOP_ERR_EID, CFE_EVS_EventType_ERROR,
"L%d TO sendto error %d. Tlm output supressed\n", __LINE__, (int)status);
"L%d TO sendto error %d. Tlm output suppressed\n", __LINE__, (int)status);
TO_LAB_Global.suppress_sendto = true;
}
}
Expand Down

0 comments on commit 18556ae

Please sign in to comment.