From e92a06aeb16357c3d06c9d599a9f3ea02fff9f5a Mon Sep 17 00:00:00 2001 From: Kyle Meyer Date: Sun, 24 Jan 2016 16:21:53 -0500 Subject: [PATCH] org-crypt: Fix comment typo from Emacs's fbce475 --- lisp/org-crypt.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/org-crypt.el b/lisp/org-crypt.el index 559c86e91..d41e80a8c 100644 --- a/lisp/org-crypt.el +++ b/lisp/org-crypt.el @@ -225,7 +225,7 @@ See `org-crypt-disable-auto-save'." ;; outline property starts at the \n of the heading. (delete-region (1- (point)) end) ;; Store a checksum of the decrypted and the encrypted - ;; text value. This allow reusing the same encrypted text + ;; text value. This allows reusing the same encrypted text ;; if the text does not change, and therefore avoid a ;; re-encryption process. (insert "\n" (propertize decrypted-text