From d0e538dd94e3a7405d79b18a050cd23446f80683 Mon Sep 17 00:00:00 2001 From: Dimitri Papadopoulos Orfanos <3234522+DimitriPapadopoulos@users.noreply.github.com> Date: Thu, 21 Sep 2023 19:51:15 +0200 Subject: [PATCH] Fix typo found by codespell (#1369) --- 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):