summaryrefslogtreecommitdiffstats
path: root/deluge/argparserbase.py
diff options
context:
space:
mode:
Diffstat (limited to 'deluge/argparserbase.py')
-rw-r--r--deluge/argparserbase.py2
1 files changed, 1 insertions, 1 deletions
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):