Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
danielfromearth committed Jan 11, 2024
1 parent 8341cb1 commit a48df1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion earthaccess/auth.py
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ def get_s3_credentials(
print(f"Credentials for the cloud provider {daac} are not available")
return {}
else:
print("We need to auhtenticate with EDL first")
print("We need to authenticate with EDL first")
return {}

def get_session(self, bearer_token: bool = True) -> requests.Session:
Expand Down

0 comments on commit a48df1a

Please sign in to comment.