summaryrefslogtreecommitdiffstats
path: root/deluge/ui/hostlist.py
diff options
context:
space:
mode:
Diffstat (limited to 'deluge/ui/hostlist.py')
-rw-r--r--deluge/ui/hostlist.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/deluge/ui/hostlist.py b/deluge/ui/hostlist.py
index 09130192c..b4bb538fb 100644
--- a/deluge/ui/hostlist.py
+++ b/deluge/ui/hostlist.py
@@ -102,7 +102,7 @@ class HostList(object):
self.config.save()
def check_info_exists(self, hostname, port, username, skip_host_id=None):
- """Check for exising host entries with the same details.
+ """Check for existing host entries with the same details.
Args:
hostname (str): The IP or hostname of the deluge daemon.