diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 611a7d1..b9cc6fb 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -5,7 +5,7 @@ A clear and concise description of what the contribution is. **Testing performed** Steps taken to test the contribution: 1. Build steps '...' -1. Execution steps '...' +2. Execution steps '...' **Expected behavior changes** A clear and concise description of how this contribution will change behavior and level of impact. diff --git a/fsw/src/to_lab_msg.h b/fsw/src/to_lab_msg.h index 09bd1df..77a674e 100644 --- a/fsw/src/to_lab_msg.h +++ b/fsw/src/to_lab_msg.h @@ -80,7 +80,7 @@ typedef struct typedef struct { - CFE_MSG_CommandHeader_t CmdHeade; /**< \brief Command header */ + CFE_MSG_CommandHeader_t CommandHeader; /**< \brief Command header */ } TO_LAB_NoArgsCmd_t; /*