From 6c4764b452d0d7850c1860aeb7ef4b7a7d3d2fb0 Mon Sep 17 00:00:00 2001 From: holger krekel Date: Mon, 20 Oct 2025 20:48:04 +0200 Subject: [PATCH] Apply suggestions from code review fix typo Co-authored-by: l --- chatmaild/src/chatmaild/fsreport.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chatmaild/src/chatmaild/fsreport.py b/chatmaild/src/chatmaild/fsreport.py index 9570018b..deb498ab 100644 --- a/chatmaild/src/chatmaild/fsreport.py +++ b/chatmaild/src/chatmaild/fsreport.py @@ -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)