From 1c9f445b1aca8c35de3be184696b4de70d9172fa Mon Sep 17 00:00:00 2001 From: Avi Date: Wed, 1 Sep 2021 16:40:00 +0200 Subject: [PATCH] Fixed minor documentation typos --- SECURITY.md | 2 +- unit-test/CMakeLists.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/SECURITY.md b/SECURITY.md index 1167fa5..a7cdcb8 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -6,7 +6,7 @@ To report a vulnerability for the sample_lib 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/unit-test/CMakeLists.txt b/unit-test/CMakeLists.txt index 68070c5..824ed1f 100644 --- a/unit-test/CMakeLists.txt +++ b/unit-test/CMakeLists.txt @@ -37,7 +37,7 @@ add_cfe_coverage_stubs(sample_lib_overrides override_src/libc_string_stubs.c ) -# Add a coverate test excutable called "sample_lib-ALL" that +# Add a coverage test executable called "sample_lib-ALL" that # covers all of the functions in sample_lib. # # Also note in a more complex app/lib the coverage test can also