Skip to content

Commit 965b8fd

Browse files
committed
Merge pull request #89 from thnkslprpt/FIX-CI-LAB-TYPOS
Fix #90, Correct typos in SECURITY.md and ci_lab_app.c Part of nasa/cFS#352
2 parents ba565d9 + 6a9ae25 commit 965b8fd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

SECURITY.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ To report a vulnerability for the ci_lab subsystem please [submit an issue](http
66

77
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.
88

9-
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.
9+
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.
1010

1111
## Testing
1212

fsw/src/ci_lab_app.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ int32 CI_LAB_ReportHousekeeping(const CFE_MSG_CommandHeader_t *data);
8080
/* Purpose: This is the Main task event loop for the Command Ingest Task */
8181
/* The task handles all interfaces to the data system through */
8282
/* the software bus. There is one pipeline into this task */
83-
/* The task is sceduled by input into this pipeline. */
83+
/* The task is scheduled by input into this pipeline. */
8484
/* It can receive Commands over this pipeline */
8585
/* and acts accordingly to process them. */
8686
/* */

0 commit comments

Comments
 (0)