emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] elpa-admin 0190d7faba: ; Fix typo


From: Stefan Kangas
Subject: [elpa] elpa-admin 0190d7faba: ; Fix typo
Date: Thu, 29 Dec 2022 02:51:31 -0500 (EST)

branch: elpa-admin
commit 0190d7faba5c504d18f104c55a192118e67f29be
Author: Stefan Kangas <stefankangas@gmail.com>
Commit: Stefan Kangas <stefankangas@gmail.com>

    ; Fix typo
---
 elpa-admin.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/elpa-admin.el b/elpa-admin.el
index 947f40dbb7..18151d69ab 100644
--- a/elpa-admin.el
+++ b/elpa-admin.el
@@ -96,7 +96,7 @@ See variable `org-export-options-alist'.")
     (insert-file-contents filename)
     ;; This is unnecessary because ‘with-temp-buffer’ generates a new
     ;; (empty) buffer, and ‘insert-file-contents’ inserts after point.
-    ;; In other words, point is alraedy at bob.
+    ;; In other words, point is already at bob.
     ;;- (goto-char (point-min))
     (read (current-buffer))))
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]