Skip to content

Commit

Permalink
trace: Fixed a minor typo in an error message.
Browse files Browse the repository at this point in the history
Signed-off-by: Allan Caffee <[email protected]>
Signed-off-by: Junio C Hamano <[email protected]>
  • Loading branch information
allancaffee authored and gitster committed Feb 25, 2009
1 parent 149f6dd commit a8fdab0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion trace.c
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ static int get_trace_fd(int *need_close)
return fd;
}

fprintf(stderr, "What does '%s' for GIT_TRACE means ?\n", trace);
fprintf(stderr, "What does '%s' for GIT_TRACE mean?\n", trace);
fprintf(stderr, "If you want to trace into a file, "
"then please set GIT_TRACE to an absolute pathname "
"(starting with /).\n");
Expand Down

0 comments on commit a8fdab0

Please sign in to comment.