summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--module/plugins/crypter/NCryptIn.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/module/plugins/crypter/NCryptIn.py b/module/plugins/crypter/NCryptIn.py
index 0d0a884cf..63ac58a43 100644
--- a/module/plugins/crypter/NCryptIn.py
+++ b/module/plugins/crypter/NCryptIn.py
@@ -137,7 +137,7 @@ class NCryptIn(Crypter):
postData['recaptcha_challenge_field'] = challenge
postData['recaptcha_response_field'] = code
- # Resolve anicaptcha
+ # Resolve circlecaptcha
if "circlecaptcha" in form:
self.captcha = True
self.logDebug("Captcha protected")