From 555e8050249b0c446ca2d05f9afa9baf5e516eab Mon Sep 17 00:00:00 2001 From: Avi Date: Sat, 21 Aug 2021 10:27:22 +0200 Subject: [PATCH] Fixed typos in README and SECURITY docs --- README.md | 2 +- SECURITY.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3c9b728..7d343b6 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