branch: elpa-admin
commit 0190d7faba5c504d18f104c55a192118e67f29be
Author: Stefan Kangas <[email protected]>
Commit: Stefan Kangas <[email protected]>
; 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))))