diff --git a/README.md b/README.md index c1f9222..c97924a 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ This repository contains NASA's Scheduler Lab (sch_lab), which is a framework co This lab application is a non-flight packet scheduler application for the cFS Bundle. It is intended to be located in the `apps/sch_lab` subdirectory of a cFS Mission Tree. The Core Flight System is bundled at (which includes sch_lab as a submodule), which includes build and execution instructions. -sch_lab is a simple packet scheduler application with a one second resoluton. +sch_lab is a simple packet scheduler application with a one second resolution. To change the list of packets that sch_lab sends out, edit the schedule table located in the platform include file: fsw/platform_inc/sch_lab_sched_tab.h diff --git a/SECURITY.md b/SECURITY.md index 8d116b0..13219b7 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -6,7 +6,7 @@ To report a vulnerability for the sch_lab subsystem please [submit an issue](htt 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