From 1e6cc0394666ae95e9521f1016d07d56a3ed43a5 Mon Sep 17 00:00:00 2001 From: Calum Lind Date: Tue, 21 Sep 2021 21:40:13 +0100 Subject: [Lint] Fix spelling mistakes A quick fix of some of the mistakes caught by codespell. Updated readme with new IRC server Useful to add it as part of linting checks. --- deluge/argparserbase.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'deluge/argparserbase.py') diff --git a/deluge/argparserbase.py b/deluge/argparserbase.py index 5eec1228f..547c1c71c 100644 --- a/deluge/argparserbase.py +++ b/deluge/argparserbase.py @@ -264,7 +264,7 @@ class ArgParserBase(argparse.ArgumentParser): args = [a for a in args if a not in withhold] options, remaining = super(ArgParserBase, self).parse_known_args(args=args) options.remaining = remaining - # Hanlde common and process group options + # Handle common and process group options return self._handle_ui_options(options) def _handle_ui_options(self, options): -- cgit