From 6afcfef919e61f74a37b049d0bcc9e1766aa9c48 Mon Sep 17 00:00:00 2001 From: Ken Dreyer Date: Wed, 11 Aug 2021 13:22:12 -0400 Subject: [PATCH] doc: fix typo in additional_packages description not -> nor Signed-off-by: Ken Dreyer --- doc/configuration.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/configuration.rst b/doc/configuration.rst index e42e32cf..0a425ffe 100644 --- a/doc/configuration.rst +++ b/doc/configuration.rst @@ -800,7 +800,7 @@ Options architecture; format: ``[(variant_uid_regex, {arch|*: [package_globs]})]`` The packages specified here are matched against RPM names, not any other - provides in the package not the name of source package. Shell globbing is + provides in the package nor the name of source package. Shell globbing is used, so wildcards are possible. The package can be specified as name only or ``name.arch``.