summaryrefslogtreecommitdiffstats
path: root/deluge/core/authmanager.py
diff options
context:
space:
mode:
Diffstat (limited to 'deluge/core/authmanager.py')
-rw-r--r--deluge/core/authmanager.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/deluge/core/authmanager.py b/deluge/core/authmanager.py
index 0d997c10c..713373e99 100644
--- a/deluge/core/authmanager.py
+++ b/deluge/core/authmanager.py
@@ -101,7 +101,7 @@ class AuthManager(component.Component):
int: The auth level for this user.
Raises:
- AuthenticationRequired: If aditional details are required to authenticate.
+ AuthenticationRequired: If additional details are required to authenticate.
BadLoginError: If the username does not exist or password does not match.
"""