Skip to content

Commit

Permalink
builtin-push.c: Fix typo: "anythig" -> "anything"
Browse files Browse the repository at this point in the history
Signed-off-by: Kevin Ballard <kevin@sb.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
  • Loading branch information
Kevin Ballard authored and Junio C Hamano committed Mar 25, 2009
1 parent 665d3e8 commit b2655cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion builtin-push.c
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ static const char *warn_unconfigured_push_msg[] = {
"",
"You can specify what action you want to take in this case, and",
"avoid seeing this message again, by configuring 'push.default' to:",
" 'nothing' : Do not push anythig",
" 'nothing' : Do not push anything",
" 'matching' : Push all matching branches (default)",
" 'tracking' : Push the current branch to whatever it is tracking",
" 'current' : Push the current branch"
Expand Down

0 comments on commit b2655cd

Please sign in to comment.