From 737a1aee0e2395e1bae1f5ecfe4f63ccbf5262c7 Mon Sep 17 00:00:00 2001 From: Avi Date: Wed, 1 Sep 2021 16:53:44 +0200 Subject: [PATCH 1/2] Fix #54, Correct documentation typo --- SECURITY.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SECURITY.md b/SECURITY.md index bd3fe8c..d36f018 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -6,7 +6,7 @@ To report a vulnerability for the tblCRCTool subsystem please [submit an issue]( 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. -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. +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. ## Testing From f5db4d583c63a966ac8223ba00221ae6b4820837 Mon Sep 17 00:00:00 2001 From: Avi Date: Wed, 1 Sep 2021 16:57:19 +0200 Subject: [PATCH 2/2] Fix #54, Correct code comments --- cfe_ts_crc_version.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cfe_ts_crc_version.h b/cfe_ts_crc_version.h index 1ebb840..f6ef495 100644 --- a/cfe_ts_crc_version.h +++ b/cfe_ts_crc_version.h @@ -67,6 +67,6 @@ " cFE TS CRC calculator (tblCRCtool) \n" \ " DEVELOPMENT BUILD \n" \ " " CFE_TS_CRC_VERSION " \n" \ - " Last Offical Release: tblCRCtool v3.1.0" /* For full support please use official release version */ + " Last Official Release: tblCRCtool v3.1.0" /* For full support please use official release version */ #endif /* CFE_TS_CRC_VERSION_H */