Skip to content

Commit 488de7f

Browse files
authored
Merge pull request #1918 from myersg86/maint-1.3
Fix typos in docs
2 parents 1803466 + d60475c commit 488de7f

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

docs/contribute/testing.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ its utilities. When you contribute to some part of the OpenSCAP project you
1111
should put a test for your contribution into the corresponding subdirectory
1212
in the link:../../tests[tests] directory. Use your best judgement when deciding
1313
where to put the test for your pull request and if you are not sure don't be
14-
affraid to ask in the pull request, someone will definitely help you with that.
14+
afraid to ask in the pull request, someone will definitely help you with that.
1515

1616
NOTE: OpenSCAP project uses the **CMake** buildsystem which has built-in
1717
testing support through the
@@ -42,7 +42,7 @@ an XCCDF rule using `<check-content-ref>` element, for example:
4242

4343
=== Deciding where to put a new test
4444
In our example, we are testing the SCE module, therefore we will look for
45-
its subdirectory in the link:../../tests[tests] direcotory and we will find it
45+
its subdirectory in the link:../../tests[tests] directory and we will find it
4646
at the following link: link:../../tests/sce[tests/sce]. We will add our new test
4747
into this subdirectory.
4848

docs/developer/developer.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -324,7 +324,7 @@ behaviour.
324324

325325

326326
== Generating of code coverage
327-
Code coverage can be usefull during writing of test or performance profiling.
327+
Code coverage can be useful during writing of test or performance profiling.
328328
We could separate the process into five phases.
329329

330330
1) *Get dependencies*

docs/manual/manual.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1608,7 +1608,7 @@ not considered local by the scanner:
16081608

16091609
== List of accepted environment variables
16101610

1611-
* `OSCAP_CHECK_ENGINE_PLUGIN_DIR` - Defines path to a directory that contains plug-in libraries implementing additonal check engines, eg. SCE.
1611+
* `OSCAP_CHECK_ENGINE_PLUGIN_DIR` - Defines path to a directory that contains plug-in libraries implementing additional check engines, eg. SCE.
16121612
* `OSCAP_CONTAINER_VARS` - Additional environment variables read by environmentvariable58_probe. The variables are separated by `\n`. It is used by `oscap-podman` and `oscap-docker` scripts during container scanning.
16131613
* `OSCAP_EVALUATION_TARGET` - Change value of target facts `urn:xccdf:fact:identifier` and `urn:xccdf:fact:asset:identifier:ein` in XCCDF results. Used during offline scanning to pass the name of the target system.
16141614
* `OSCAP_FULL_VALIDATION` - If set, XML schema validation will be performed in every step of SCAP content processing.
@@ -1806,7 +1806,7 @@ $ oscap xccdf eval --results results.xml --report report.html com.redhat.rhsa-al
18061806
The files we used above cover multiple Red Hat products. If you only want to
18071807
scan one product - for example a specific version of Red Hat Enterprise Linux -
18081808
we advise to download a smaller specialized file covering just this one version.
1809-
Using a smaller file will utilitize less bandwidth and make the evaluation
1809+
Using a smaller file will utilize less bandwidth and make the evaluation
18101810
quicker.
18111811

18121812
For example for Red Hat Enterprise Linux 7 the plain OVAL file is located at:
@@ -1951,7 +1951,7 @@ $ oscap oval generate report --output oval-report-1.html usgcb-rhel5desktop-oval
19511951
$ oscap oval generate report --output oval-report-2.html http%3A%2F%2Fwww.redhat.com%2Fsecurity%2Fdata%2Foval%2Fcom.redhat.rhsa-all.xml.result.xml
19521952
----
19531953

1954-
If you're interested in runing evaluation of the USGCB on a remote machine using
1954+
If you're interested in running evaluation of the USGCB on a remote machine using
19551955
a GUI please see:
19561956
https://open-scap.org/resources/documentation/evaluate-remote-machine-for-usgcb-compliance-with-scap-workbench/[Evaluate
19571957
Remote Machine for USGCB Compliance with SCAP Workbench] tutorial.

0 commit comments

Comments
 (0)