From 7a97ff94d8a461f41257672f2d7f30568254a65e Mon Sep 17 00:00:00 2001 From: Michiel Borkent Date: Thu, 11 May 2023 11:22:08 +0200 Subject: [PATCH] typo --- test/babashka/fs_test.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/babashka/fs_test.clj b/test/babashka/fs_test.clj index 0f11005..e52f111 100644 --- a/test/babashka/fs_test.clj +++ b/test/babashka/fs_test.clj @@ -304,7 +304,7 @@ (let [expected (fs/path "on-path/foo.cmd.bat")] (is (= expected (fs/which "foo.cmd") (fs/which "foo.cmd.bat")))))) (when windows? - (testing "on windows, can overide win extension search" + (testing "on windows, can override win extension search" (let [expected (fs/path "on-path/foo.foo.ps1")] (is (= expected (fs/which "foo.foo" {:win-exts ["ps1"]})))))) (testing "custom path"