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)))