Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter Kahn committed Sep 24, 2024
1 parent 1b6975c commit dac7cda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion swirl/connectors/verify_ssl_common.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ def get_creds(self, def_verify_certs=False):

for cre in cred_list:
if cre.startswith('bearer='):
# handle this speacial becauase tokens have '=' sign in them
# handle this special becauase tokens have '=' sign in them
bearer = cre[len('bearer='):]
if not bearer:
self.log_invalid_credentials()
Expand Down

0 comments on commit dac7cda

Please sign in to comment.