From a8fdab08e09bf73cbc3159930af41cf3233be853 Mon Sep 17 00:00:00 2001 From: Allan Caffee Date: Tue, 24 Feb 2009 20:22:20 -0500 Subject: [PATCH] trace: Fixed a minor typo in an error message. Signed-off-by: Allan Caffee Signed-off-by: Junio C Hamano --- trace.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"); -- 2.11.4.GIT