X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;ds=sidebyside;f=trace.c;h=4229ae1231d69aedd9f1aa8350989ddbe2bdb845;hb=34ab57df974ad74cc93550bfac2f90d203837a17;hp=4713f9165c54405d51e81c3e90847120ee907e5d;hpb=6e13921b4f7adcc7316a76c0c4955b85b1589a65;p=git.git 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");