>From 0d511a231d150ecb20308cb346da1432b1db2646 Mon Sep 17 00:00:00 2001 From: Frederik Schwarzer <schwarzerf@xxxxxxxxx> Date: Tue, 23 Sep 2008 13:54:37 +0200 Subject: [PATCH] typo (dashes) Signed-off-by: Frederik Schwarzer <schwarzerf@xxxxxxxxx> --- git.c | 2 +- help.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/git.c b/git.c index 905acc2..bab0c0b 100644 --- a/git.c +++ b/git.c @@ -495,7 +495,7 @@ int main(int argc, const char **argv) if (errno == ENOENT) { if (done_alias) { fprintf(stderr, "Expansion of alias '%s' failed; " - "'%s' is not a git-command\n", + "'%s' is not a git command\n", cmd, argv[0]); exit(1); } diff --git a/help.c b/help.c index 300cd38..e1dd449 100644 --- a/help.c +++ b/help.c @@ -330,7 +330,7 @@ const char *help_unknown_cmd(const char *cmd) return assumed; } - fprintf(stderr, "git: '%s' is not a git-command. See 'git --help'.\n", cmd); + fprintf(stderr, "git: '%s' is not a git command. See 'git --help'.\n", cmd); if (best_similarity < 6) { fprintf(stderr, "\nDid you mean %s?\n", -- 1.6.0.1 -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html