Skip to content

Commit

Permalink
emir-import-gelpa-recipes: Fix typo in message
Browse files Browse the repository at this point in the history
  • Loading branch information
tarsius committed Sep 30, 2021
1 parent 926e630 commit 10c713b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion emir-gelpa.el
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
(when (transient-arg-value "--fetch" args)
(message "Fetching Gelpa recipes...")
(emir-pull 'epkg-gnu-elpa-package)
(message "Fetching Felpa recipes...done"))
(message "Fetching Gelpa recipes...done"))
(message "Importing Gelpa recipes...")
(emacsql-with-transaction (epkg-db)
(let ((alist (emir-gelpa--package-alist)))
Expand Down

0 comments on commit 10c713b

Please sign in to comment.