Fix typo
This commit is contained in:
parent
0d67135e89
commit
3dd1ef3a35
1 changed files with 1 additions and 1 deletions
|
@ -251,7 +251,7 @@
|
||||||
("M" "Automatic" magit-automatic-merge))
|
("M" "Automatic" magit-automatic-merge))
|
||||||
(switches
|
(switches
|
||||||
("-n" "No fast-forward" "--no-ff")
|
("-n" "No fast-forward" "--no-ff")
|
||||||
("-sq" "Squash" "--sqaush"))
|
("-sq" "Squash" "--squash"))
|
||||||
(arguments
|
(arguments
|
||||||
("-st" "Strategy" "--strategy" read-from-minibuffer)))
|
("-st" "Strategy" "--strategy" read-from-minibuffer)))
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue