Skip to content

Commit dfd3014

Browse files
authored
Merge pull request #100 from EdwardBetts/spelling
correct spelling mistake
2 parents 38979f8 + b33b88c commit dfd3014

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requests_kerberos/kerberos_.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ def handle_other(self, response):
232232
return response
233233
else:
234234
# Unable to attempt mutual authentication when mutual auth is
235-
# required, raise an exception so the user doesnt use an
235+
# required, raise an exception so the user doesn't use an
236236
# untrusted response.
237237
log.error("handle_other(): Mutual authentication failed")
238238
raise MutualAuthenticationError("Unable to authenticate "

0 commit comments

Comments
 (0)