From 3dd1ef3a35e7cc862d3bcbca511b4b318f509f15 Mon Sep 17 00:00:00 2001 From: Robin Green Date: Sun, 5 Sep 2010 07:27:55 +0800 Subject: [PATCH] Fix typo --- magit-key-mode.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/magit-key-mode.el b/magit-key-mode.el index f82f1c79..b345c574 100644 --- a/magit-key-mode.el +++ b/magit-key-mode.el @@ -251,7 +251,7 @@ ("M" "Automatic" magit-automatic-merge)) (switches ("-n" "No fast-forward" "--no-ff") - ("-sq" "Squash" "--sqaush")) + ("-sq" "Squash" "--squash")) (arguments ("-st" "Strategy" "--strategy" read-from-minibuffer)))