summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien <bzg@gnu.org>2020-02-23 14:29:38 +0100
committerBastien <bzg@gnu.org>2020-02-23 14:29:38 +0100
commit38928848c7d5bde4aecd160ee4093fc423f2b4c3 (patch)
tree0251a8462bdb52979527f079ed65d5c73488c5d3
parent05f294ec5b77e059bd09137d5ca7d1cfb3529e99 (diff)
downloadorg-mode-38928848c7d5bde4aecd160ee4093fc423f2b4c3.tar.gz
org-id.el: Fix typo in comment
* lisp/org-id.el (org-id-find-id-file): Fix typo in comment.
-rw-r--r--lisp/org-id.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/org-id.el b/lisp/org-id.el
index 3efbde0..14a4615 100644
--- a/lisp/org-id.el
+++ b/lisp/org-id.el
@@ -631,7 +631,7 @@ When FILES is given, scan also these files."
(or (and org-id-locations
(hash-table-p org-id-locations)
(gethash id org-id-locations))
- ;; ball back on current buffer
+ ;; Fall back on current buffer
(buffer-file-name (or (buffer-base-buffer (current-buffer))
(current-buffer)))))