summaryrefslogtreecommitdiff
path: root/helm-locate.el
diff options
context:
space:
mode:
authorThierry Volpiatto <thierry.volpiatto@gmail.com>2018-02-04 07:36:48 +0100
committerThierry Volpiatto <thierry.volpiatto@gmail.com>2018-02-04 07:36:48 +0100
commit10b2ad92685ff0901c172ddb27a02a2baff47214 (patch)
treed2c82cd6b3166d3ac2842096b63dbd9ce2d09401 /helm-locate.el
parent41c85d466a04061dc39a55eef2eda9e84bcb3b15 (diff)
Fix comment no code change
Diffstat (limited to 'helm-locate.el')
-rw-r--r--helm-locate.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/helm-locate.el b/helm-locate.el
index fab2aa9e..0e69f055 100644
--- a/helm-locate.el
+++ b/helm-locate.el
@@ -268,8 +268,8 @@ See also `helm-locate'."
(cl-loop for i in db
unless (file-directory-p i)
;; expand-file-name to resolve
- ;; abbreviated fnames which
- ;; doesn't expand inside single
+ ;; abbreviated fnames not
+ ;; expanding inside single
;; quotes i.e. '%s'.
collect (expand-file-name i))
":"))