summaryrefslogtreecommitdiff
path: root/lisp/init-git.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/init-git.el')
-rw-r--r--lisp/init-git.el2
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