Skip to content

Commit d0e538d

Browse files
Fix typo found by codespell (#1369)
1 parent b9095c0 commit d0e538d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fsspec/implementations/tests/test_dbfs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ def vcr_config():
4141
We also delete the date as it is likely to change
4242
(and will make git diffs harder).
4343
If the DBFS_TOKEN env variable is set, we record with VCR.
44-
If not, we only replay (to not accidentely record with a wrong URL).
44+
If not, we only replay (to not accidentally record with a wrong URL).
4545
"""
4646

4747
def before_record_response(response):

0 commit comments

Comments
 (0)