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:30:02 +0100
commitf56f2b323afd5a78677267d494df232a9c6ad73e (patch)
tree1aa332e1aff1e48096de2c1b662f4041d5606867
parenta63073ec0460399e62b13adfe3a9c3c0871961b4 (diff)
downloadorg-mode-f56f2b323afd5a78677267d494df232a9c6ad73e.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 369b494..d0fdeeb 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)))))