From af5cf7f8b94de6da48edcb523ea897f95e63d692 Mon Sep 17 00:00:00 2001 From: Bozhidar Batsov Date: Thu, 27 Sep 2018 20:01:23 +0300 Subject: Fix a typo --- test/projectile-test.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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")) -- cgit v1.0