From 1970d7780802878bb86350052ed19ea488ed22e7 Mon Sep 17 00:00:00 2001 From: rick Date: Sun, 28 Jun 2026 13:57:11 +0200 Subject: [PATCH] pkgcheck_scan: fix typo in help message --- src/pkgcheck/scripts/pkgcheck_scan.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pkgcheck/scripts/pkgcheck_scan.py b/src/pkgcheck/scripts/pkgcheck_scan.py index d4e812b0b..c97f4fcb5 100644 --- a/src/pkgcheck/scripts/pkgcheck_scan.py +++ b/src/pkgcheck/scripts/pkgcheck_scan.py @@ -50,7 +50,7 @@ metavar="TARGET", nargs="*", action=arghparse.ParseNonblockingStdin, - help="if not given, scan the repo. If given, limit scans to pkgs matching extended atom syntax. If no packaages match, no scans are ran", + help="if not given, scan the repo. If given, limit scans to pkgs matching extended atom syntax. If no packages match, no scans are ran", ) main_options = scan.add_argument_group("main options")