Skip to content

Commit 87eb52d

Browse files
authored
fix error message typo (#38)
1 parent 3059d33 commit 87eb52d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

jbpy/core.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -486,7 +486,7 @@ def dump(self, fd: BinaryFile_RW, seek_first: bool = False) -> int:
486486
try:
487487
return self._dump_impl(fd)
488488
except Exception:
489-
logger.error(f"Failed to wite {self.name}")
489+
logger.error(f"Failed to write {self.name}")
490490
raise
491491

492492
def _load_impl(self, fd: BinaryFile_R) -> None:

0 commit comments

Comments
 (0)