Explorar o código

org-id.el: Fix typo in comment

* lisp/org-id.el (org-id-find-id-file): Fix typo in comment.
Bastien %!s(int64=5) %!d(string=hai) anos
pai
achega
f56f2b323a
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      lisp/org-id.el

+ 1 - 1
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)))))