summaryrefslogtreecommitdiff
path: root/test/lisp/emacs-lisp/shadow-tests.el
diff options
context:
space:
mode:
Diffstat (limited to 'test/lisp/emacs-lisp/shadow-tests.el')
-rw-r--r--test/lisp/emacs-lisp/shadow-tests.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/lisp/emacs-lisp/shadow-tests.el b/test/lisp/emacs-lisp/shadow-tests.el
index 9d4969fe8bb..f0aa1310bc4 100644
--- a/test/lisp/emacs-lisp/shadow-tests.el
+++ b/test/lisp/emacs-lisp/shadow-tests.el
@@ -33,7 +33,7 @@
(ert-deftest shadow-case-insensitive ()
"Test shadowing for case insensitive filenames."
- ;; Override `file-name-case-insentive-p' so we test the same thing
+ ;; Override `file-name-case-insensitive-p' so we test the same thing
;; regardless of what file system we're running on.
(cl-letf (((symbol-function 'file-name-case-insensitive-p) (lambda (_f) t)))
(should (equal (list (expand-file-name "p1/foo" shadow-tests-data-directory)