From 21b6f54f877e2bcb88702bd94022a19a886395c5 Mon Sep 17 00:00:00 2001 From: Avi Date: Wed, 1 Sep 2021 17:01:40 +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 bf07c7f..0ef3fb8 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -6,7 +6,7 @@ To report a vulnerability for the ci_lab subsystem please [submit an issue](http 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 ed0eaa9043dd4bcec9ce4737ebc03a4f85c00703 Mon Sep 17 00:00:00 2001 From: Avi Date: Wed, 1 Sep 2021 17:01:56 +0200 Subject: [PATCH 2/2] Fixed minor comment typo. --- fsw/src/ci_lab_app.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fsw/src/ci_lab_app.c b/fsw/src/ci_lab_app.c index 0d7e1bd..7cbf308 100644 --- a/fsw/src/ci_lab_app.c +++ b/fsw/src/ci_lab_app.c @@ -80,7 +80,7 @@ int32 CI_LAB_ReportHousekeeping(const CFE_MSG_CommandHeader_t *data); /* Purpose: This is the Main task event loop for the Command Ingest Task */ /* The task handles all interfaces to the data system through */ /* the software bus. There is one pipeline into this task */ -/* The task is sceduled by input into this pipeline. */ +/* The task is scheduled by input into this pipeline. */ /* It can receive Commands over this pipeline */ /* and acts accordingly to process them. */ /* */