git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] trace: Fixed a minor typo in an error message.
@ 2009-02-25  1:22 Allan Caffee
  2009-02-25  9:54 ` Junio C Hamano
  0 siblings, 1 reply; 2+ messages in thread
From: Allan Caffee @ 2009-02-25  1:22 UTC (permalink / raw)
  To: git


Signed-off-by: Allan Caffee <allan.caffee@gmail.com>
---
 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

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] trace: Fixed a minor typo in an error message.
  2009-02-25  1:22 [PATCH] trace: Fixed a minor typo in an error message Allan Caffee
@ 2009-02-25  9:54 ` Junio C Hamano
  0 siblings, 0 replies; 2+ messages in thread
From: Junio C Hamano @ 2009-02-25  9:54 UTC (permalink / raw)
  To: Allan Caffee; +Cc: git

Thanks.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2009-02-25  9:56 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-02-25  1:22 [PATCH] trace: Fixed a minor typo in an error message Allan Caffee
2009-02-25  9:54 ` Junio C Hamano

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).