From 5f2e3726395987aea6b89b3f49a839288bd1acb8 Mon Sep 17 00:00:00 2001 From: Dimitri Papadopoulos <3234522+DimitriPapadopoulos@users.noreply.github.com> Date: Thu, 21 Sep 2023 18:26:27 +0200 Subject: [PATCH] Fix typo found by codespell --- fsspec/implementations/tests/test_dbfs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fsspec/implementations/tests/test_dbfs.py b/fsspec/implementations/tests/test_dbfs.py index 46e946b33..04ea19587 100644 --- a/fsspec/implementations/tests/test_dbfs.py +++ b/fsspec/implementations/tests/test_dbfs.py @@ -41,7 +41,7 @@ def vcr_config(): We also delete the date as it is likely to change (and will make git diffs harder). If the DBFS_TOKEN env variable is set, we record with VCR. - If not, we only replay (to not accidentely record with a wrong URL). + If not, we only replay (to not accidentally record with a wrong URL). """ def before_record_response(response):