aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBozhidar Batsov <bozhidar@batsov.com>2018-09-27 20:01:23 +0300
committerBozhidar Batsov <bozhidar@batsov.com>2018-09-27 20:01:23 +0300
commitaf5cf7f8b94de6da48edcb523ea897f95e63d692 (patch)
tree3de6fc7dd92a1e1c00454b042fc85ee84e6a095d
parente8df64621564cdd1adbd840864f5f5dbb3619f39 (diff)
Fix a typo
-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"))