Skip to content

Commit b2655cd

Browse files
lilyballgitster
authored andcommitted
builtin-push.c: Fix typo: "anythig" -> "anything"
Signed-off-by: Kevin Ballard <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 665d3e8 commit b2655cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

builtin-push.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ static const char *warn_unconfigured_push_msg[] = {
7373
"",
7474
"You can specify what action you want to take in this case, and",
7575
"avoid seeing this message again, by configuring 'push.default' to:",
76-
" 'nothing' : Do not push anythig",
76+
" 'nothing' : Do not push anything",
7777
" 'matching' : Push all matching branches (default)",
7878
" 'tracking' : Push the current branch to whatever it is tracking",
7979
" 'current' : Push the current branch"

0 commit comments

Comments
 (0)