From: Kevin Ballard Date: Wed, 25 Mar 2009 20:14:03 +0000 (-0700) Subject: builtin-push.c: Fix typo: "anythig" -> "anything" X-Git-Tag: v1.6.3-rc0~87^2 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=b2655cdae953d619d488b69b7d49e4204e5682dc;p=git-core%2Fgit.git builtin-push.c: Fix typo: "anythig" -> "anything" Signed-off-by: Kevin Ballard Signed-off-by: Junio C Hamano --- diff --git a/builtin-push.c b/builtin-push.c index 8f4fa5b09..bbf019850 100644 --- a/builtin-push.c +++ b/builtin-push.c @@ -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"