Apply suggestions from code review

fix typo

Co-authored-by: l <link2xt@testrun.org>
This commit is contained in:
holger krekel
2025-10-20 20:48:04 +02:00
parent c1f08a9afe
commit 6c4764b452

View File

@@ -143,7 +143,7 @@ def main(args=None):
"--maxnum",
default=None,
action="store",
help="maximum number of mailbxoes to iterate on",
help="maximum number of mailboxes to iterate on",
)
args = parser.parse_args(args)