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 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. */ /* */