From 97304ab38ed0d2806cda71fe3a44deba59fa64c7 Mon Sep 17 00:00:00 2001 From: "Sascha L. Teichmann" Date: Tue, 1 Aug 2023 16:43:31 +0200 Subject: [PATCH] Typo fix. --- docs/csaf_downloader.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/csaf_downloader.md b/docs/csaf_downloader.md index 57b6fd1..6008e26 100644 --- a/docs/csaf_downloader.md +++ b/docs/csaf_downloader.md @@ -97,7 +97,7 @@ year they are from. You can ignore certain advisories while downloading by specifying a list of regular expressions to match their URLs by using the `ignorepattern` option. -E.g. `-i='.*white.*' -i='*.red.*'` will ignore files wich URLs contain the sub strings **white** or **red**. +E.g. `-i='.*white.*' -i='*.red.*'` will ignore files which URLs contain the sub strings **white** or **red**. In the config file this has to be noted as: ``` ignorepattern = [".*white.*", ".*red.*"]