branch: externals-release/org
commit e377f3da513ee5ccd0022a447b13dddeb2d95068
Author: Ihor Radchenko <yanta...@posteo.net>
Commit: Ihor Radchenko <yanta...@posteo.net>

    lisp/org-persist.el (org-persist--normalize-associated): Fix typos
    
    Reported-by: Rudolf Adamkovič <rud...@adamkovic.org>
    Link: https://list.orgmode.org/orgmode/m2a5j59qi0....@adamkovic.org/
---
 lisp/org-persist.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lisp/org-persist.el b/lisp/org-persist.el
index b93e32274e..5cc572a78c 100644
--- a/lisp/org-persist.el
+++ b/lisp/org-persist.el
@@ -670,8 +670,8 @@ When INNER is non-nil, do not try to match as list of 
containers."
                ;; `secure-hash' may trigger interactive dialog when it
                ;; cannot determine the coding system automatically.
                ;; Force coding system that works reliably for any text
-               ;; to avoid it.  The has will be consistent anyway, as
-               ;; long as we use the same coding system.
+               ;; to avoid it.  The hash will be consistent, as long
+               ;; as we use the same coding system.
                (let ((coding-system-for-write 'emacs-internal))
                  (secure-hash 'md5 associated)))
          (puthash associated

Reply via email to