From 7ad3e89e7e547e561cfaddec1cf7d5ca1c2503b8 Mon Sep 17 00:00:00 2001 From: realsobek Date: Mar 14 2022 23:41:46 +0000 Subject: fix typos in README.md --- diff --git a/README.md b/README.md index a985032..6777f8f 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ To run these tests on your local machine : ./runtests.sh ``` -To only run a specific test ( eg. p_openssh ) : +To only run a specific test ( e.g. p_openssh ) : ``` ./runtests.sh p_openssh ``` @@ -28,7 +28,7 @@ Questions/comments/suggestions should be voiced in the #centos-devel channel on ## Disabling tests -While it's a very bad idea, sometimes , during major.minor release, our scripts really find issues that are then repored upstream. +While it's a very bad idea, sometimes, during major.minor release, our scripts really find issues that are then reported upstream. For the time being, one can add tests to be skipped by our QA harness setup (validating all new installable trees) See the [skipped-tests.list](skipped-tests.list) file.