diff options
author | Xinglu Chen <public@yoctocell.xyz> | 2021-02-04 16:26:48 +0100 |
---|---|---|
committer | Xinglu Chen <public@yoctocell.xyz> | 2021-02-04 16:26:48 +0100 |
commit | 770948924e9f8bc92f181ed47445d5054e8be651 (patch) | |
tree | 63356c24164bf5863bb8c2eb316a0186b46f3bf5 | |
parent | de7164a93bcc5830cd7465a1d226da860d1d8231 (diff) |
magit: Fix typos
This is what I get when I am lazy.
* git-email-magit.el: Fix typos git-email-notmuch -> git-email-magit.
-rw-r--r-- | git-email-magit.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/git-email-magit.el b/git-email-magit.el index cbb17b4..43395ae 100644 --- a/git-email-magit.el +++ b/git-email-magit.el @@ -51,5 +51,5 @@ (transient-append-suffix 'magit-patch-create "c" '(1 "s" "Send patch" git-email-magit-patch-send)) -(provide 'git-email-notmuch) -;;; git-email-notmuch.el ends here +(provide 'git-email-magit) +;;; git-email-magit.el ends here |