From c023cca105ff64909f0e104c494c05e4245ba972 Mon Sep 17 00:00:00 2001 From: Avi Date: Sat, 21 Aug 2021 21:28:56 +0200 Subject: [PATCH] Fixed minor text typos. --- SECURITY.md | 2 +- cfe_ts_crc_version.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 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 */