Git development
 help / color / mirror / Atom feed
* [PATCH] typo (dashes)
@ 2008-09-23 11:59 Frederik Schwarzer
  2008-09-23 12:18 ` Johannes Schindelin
  0 siblings, 1 reply; 2+ messages in thread
From: Frederik Schwarzer @ 2008-09-23 11:59 UTC (permalink / raw)
  To: git

>From 0d511a231d150ecb20308cb346da1432b1db2646 Mon Sep 17 00:00:00 2001
From: Frederik Schwarzer <schwarzerf@gmail.com>
Date: Tue, 23 Sep 2008 13:54:37 +0200
Subject: [PATCH] typo (dashes)

Signed-off-by: Frederik Schwarzer <schwarzerf@gmail.com>
---
 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

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

* Re: [PATCH] typo (dashes)
  2008-09-23 11:59 [PATCH] typo (dashes) Frederik Schwarzer
@ 2008-09-23 12:18 ` Johannes Schindelin
  0 siblings, 0 replies; 2+ messages in thread
From: Johannes Schindelin @ 2008-09-23 12:18 UTC (permalink / raw)
  To: Frederik Schwarzer; +Cc: git

Hi,

On Tue, 23 Sep 2008, Frederik Schwarzer wrote:

> >From 0d511a231d150ecb20308cb346da1432b1db2646 Mon Sep 17 00:00:00 2001
> From: Frederik Schwarzer <schwarzerf@gmail.com>
> Date: Tue, 23 Sep 2008 13:54:37 +0200
> Subject: [PATCH] typo (dashes)
> 
> Signed-off-by: Frederik Schwarzer <schwarzerf@gmail.com>
> ---

I like the commit message.

Ciao,
Dscho

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

end of thread, other threads:[~2008-09-23 12:13 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-09-23 11:59 [PATCH] typo (dashes) Frederik Schwarzer
2008-09-23 12:18 ` Johannes Schindelin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox