diff options
author | Kyle Meyer <kyle@kyleam.com> | 2015-07-09 22:59:15 -0400 |
---|---|---|
committer | Kyle Meyer <kyle@kyleam.com> | 2015-07-09 22:59:15 -0400 |
commit | f468b6531d75274b133ba089a67361b6a2b5d439 (patch) | |
tree | 8ca5cc28ab7a7b70fd6beb99f24ff0687c177db8 /lisp | |
parent | 02295b88146bc874dca2476aa864b3de45ce002d (diff) | |
download | emacs.d-f468b6531d75274b133ba089a67361b6a2b5d439.tar.gz |
init-git.el: Fix typo
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/init-git.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/init-git.el b/lisp/init-git.el index d100e6a..8e4c2b4 100644 --- a/lisp/init-git.el +++ b/lisp/init-git.el @@ -342,7 +342,7 @@ the file name if NO-DIRECTORY is non-nil." (magit-define-popup-action 'magit-branch-popup ?m "Checkout master" 'km/magit-checkout-master) (magit-define-popup-action 'magit-branch-popup - ?n "Checkou recent ref" 'km/magit-checkout-recent-ref) + ?n "Checkout recent ref" 'km/magit-checkout-recent-ref) (magit-define-popup-action 'magit-branch-popup ?N "Track recent ref" 'km/magit-checkout-track-recent-ref) (magit-define-popup-action 'magit-branch-popup |