Skip to content

Commit

Permalink
Fix spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
Stevenray Janke committed Feb 10, 2025
1 parent 173874e commit 2b090e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hecstac/hms/item.py
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ def datetime(self) -> datetime:
return datetime.combine(date, time)

def _check_files_exists(self, files: list[str]):
"""Ensure the files exists. If they don't rasie an error."""
"""Ensure the files exists. If they don't raise an error."""
from pathlib import Path

for file in files:
Expand Down

0 comments on commit 2b090e9

Please sign in to comment.