From e1ceed2907867fb9681adb18c3664866c06174d7 Mon Sep 17 00:00:00 2001 From: jesopo Date: Fri, 15 Feb 2019 20:12:13 +0000 Subject: [PATCH] Typo in comment, 'of' -> 'or' (sasl.scram) --- modules/sasl/scram.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" ]