spelling fixes

This commit is contained in:
klemens
2017-11-07 21:45:36 +01:00
parent 8ab6b77b56
commit 4776a542a7
6 changed files with 9 additions and 9 deletions

View File

@@ -78,7 +78,7 @@ $CLI_SCRIPT --cveUrl20Base $NVD/nvdcve-2.0-%d.xml.gz \
```
The script takes advantage of the `date` command's ability to parse a variety
of date formats. The following invokation would successfully point to the
of date formats. The following invocation would successfully point to the
`~/NVD/2015-08-03` folder.
$ ./dep-check-date.sh ~/NVD "08/03/2015" -app Foo -scan /path/to/Foo --out ~/DCreports/FooFollowup/

View File

@@ -13,7 +13,7 @@ pair of international file system standards published by
and ISO/IEC 13346, a.k.a. [UDF](https://en.wikipedia.org/wiki/Universal_Disk_Format). Other types of disk images (e.g.,
[VHD](https://en.wikipedia.org/wiki/VHD_%28file_format%29)) are outside the
scope of this article, though the ideas presented here may likely be
succesfully applied.
successfully applied.
Linux
-----