aboutsummaryrefslogtreecommitdiff
path: root/modules/sasl
diff options
context:
space:
mode:
authorGravatar jesopo2019-02-15 20:12:13 +0000
committerGravatar jesopo2019-02-15 20:12:13 +0000
commite1ceed2907867fb9681adb18c3664866c06174d7 (patch)
treef2e7bdd8be7e4920d5bf86530a18dfe1b3154e49 /modules/sasl
parentSCRAM.error should be within standardised errors (put raw in self.raw_error) (diff)
signature
Typo in comment, 'of' -> 'or' (sasl.scram)
Diffstat (limited to 'modules/sasl')
-rw-r--r--modules/sasl/scram.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/sasl/scram.py b/modules/sasl/scram.py
index b16bd448..03bc610a 100644
--- a/modules/sasl/scram.py
+++ b/modules/sasl/scram.py
@@ -16,7 +16,7 @@ SCRAM_ERRORS = [
"channel-binding-not-supported",
"unsupported-channel-binding-type",
"unknown-user",
- "invalid-username-encoding", # invalid utf8 of bad SASLprep
+ "invalid-username-encoding", # invalid utf8 or bad SASLprep
"no-resources",
"other-error"
]