aboutsummaryrefslogtreecommitdiff
path: root/test/projectile-test.el
diff options
context:
space:
mode:
Diffstat (limited to 'test/projectile-test.el')
-rw-r--r--test/projectile-test.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/projectile-test.el b/test/projectile-test.el
index 8c9fb47..99cc70d 100644
--- a/test/projectile-test.el
+++ b/test/projectile-test.el
@@ -152,7 +152,7 @@
(let ((projectile-globally-unignored-directories '("path")))
(should (equal (projectile-add-unignored '("file"))
'("file" "path/unignored-file")))
- ;; Ignored files inside unignored paths need to be explicitely
+ ;; Ignored files inside unignored paths need to be explicitly
;; unignored
(let ((projectile-globally-ignored-files '("unignored-file")))
(should (equal (projectile-add-unignored '("file"))