Skip to content

Commit 405406f

Browse files
Fix typo found by codespell (#1431)
1 parent 1637a97 commit 405406f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fsspec/spec.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ def end_transaction(self):
250250
"""Finish write transaction, non-context version"""
251251
self.transaction.complete()
252252
self._transaction = None
253-
# The invalid cache must be cleared after the transcation is completed.
253+
# The invalid cache must be cleared after the transaction is completed.
254254
for path in self._invalidated_caches_in_transaction:
255255
self.invalidate_cache(path)
256256
self._invalidated_caches_in_transaction.clear()

0 commit comments

Comments
 (0)