From: Allan Caffee Date: Wed, 25 Feb 2009 01:22:20 +0000 (-0500) Subject: trace: Fixed a minor typo in an error message. X-Git-Tag: v1.6.2-rc2~8 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=a8fdab08e09bf73cbc3159930af41cf3233be853;p=git.git trace: Fixed a minor typo in an error message. Signed-off-by: Allan Caffee Signed-off-by: Junio C Hamano --- diff --git a/trace.c b/trace.c index 4713f9165..4229ae123 100644 --- a/trace.c +++ b/trace.c @@ -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");