[PATCH] trace: Fixed a minor typo in an error message.

Subsystems: the rest

STALE3730d

2 messages, 2 authors, 2016-06-15 · open the first message on its own page

[PATCH] trace: Fixed a minor typo in an error message.

From: Allan Caffee <hidden>
Date: 2016-06-15 22:46:16

Signed-off-by: Allan Caffee <redacted>
---
 trace.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/trace.c b/trace.c
index 4713f91..4229ae1 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");
-- 
1.5.4.3

Re: [PATCH] trace: Fixed a minor typo in an error message.

From: Junio C Hamano <hidden>
Date: 2016-06-15 22:46:17

Thanks.
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help