Skip to content

Commit

Permalink
magit-wip-commit: fix doc-string typo
Browse files Browse the repository at this point in the history
  • Loading branch information
kyleam committed Aug 28, 2015
1 parent 5c02910 commit e48a714
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lisp/magit-wip.el
Expand Up @@ -165,7 +165,7 @@ Interactively, commit all changes to all tracked files using
a generic commit message. With a prefix-argument the commit
message is read in the minibuffer.
Non-interactivly, only commit changes to FILES using MSG as
Non-interactively, only commit changes to FILES using MSG as
commit message."
(interactive (list nil (if current-prefix-arg
(magit-read-string "Wip commit message")
Expand Down

0 comments on commit e48a714

Please sign in to comment.