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/ui/web/server.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'deluge/ui/web/server.py') diff --git a/deluge/ui/web/server.py b/deluge/ui/web/server.py index d730e72e9..f3866729e 100644 --- a/deluge/ui/web/server.py +++ b/deluge/ui/web/server.py @@ -653,7 +653,7 @@ class DelugeWeb(component.Component): Args: options (argparse.Namespace): The web server options. - daemon (bool): If True run web server as a seperate daemon process (starts a twisted + daemon (bool): If True run web server as a separate daemon process (starts a twisted reactor). If False shares the process and twisted reactor from WebUI plugin or tests. """ @@ -698,7 +698,7 @@ class DelugeWeb(component.Component): self.auth = Auth(self.config) self.daemon = daemon - # Initalize the plugins + # Initialize the plugins self.plugins = PluginManager() def _on_language_changed(self, key, value): -- cgit