From f468b6531d75274b133ba089a67361b6a2b5d439 Mon Sep 17 00:00:00 2001 From: Kyle Meyer Date: Thu, 9 Jul 2015 22:59:15 -0400 Subject: init-git.el: Fix typo --- lisp/init-git.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lisp') 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 -- cgit v1.2.3