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/log.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'deluge/log.py') diff --git a/deluge/log.py b/deluge/log.py index fa83091d1..99838529f 100644 --- a/deluge/log.py +++ b/deluge/log.py @@ -218,7 +218,7 @@ class TwistedLoggingObserver(PythonLoggingObserver): def tweak_logging_levels(): """This function allows tweaking the logging levels for all or some loggers. - This is mostly usefull for developing purposes hence the contents of the + This is mostly useful for developing purposes hence the contents of the file are NOT like regular deluge config file's. To use is, create a file named "logging.conf" on your Deluge's config dir -- cgit