Git development
 help / color / mirror / Atom feed
From: Frederik Schwarzer <schwarzerf@gmail.com>
To: git@vger.kernel.org
Subject: [PATCH] typo (dashes)
Date: Tue, 23 Sep 2008 13:59:17 +0200	[thread overview]
Message-ID: <200809231359.17068.schwarzerf@gmail.com> (raw)

>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

             reply	other threads:[~2008-09-23 12:00 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-09-23 11:59 Frederik Schwarzer [this message]
2008-09-23 12:18 ` [PATCH] typo (dashes) Johannes Schindelin

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=200809231359.17068.schwarzerf@gmail.com \
    --to=schwarzerf@gmail.com \
    --cc=git@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox