From 0328993382abb773653676c35b752af3471c16e8 Mon Sep 17 00:00:00 2001 From: Avi Date: Wed, 1 Sep 2021 16:53:44 +0200 Subject: [PATCH 1/2] Fixed minor 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 9c3be1627590cc2a7bde217326bd6a9b2698a0e2 Mon Sep 17 00:00:00 2001 From: Avi Date: Wed, 1 Sep 2021 16:57:19 +0200 Subject: [PATCH 2/2] Fixed minor text typo in source code. --- 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 */