git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
* [PATCH] config.c: "incoherent" should say "inconsistent"
@ 2018-05-30 12:04 Robert P. J. Day
  0 siblings, 0 replies; only message in thread
From: Robert P. J. Day @ 2018-05-30 12:04 UTC (permalink / raw)
  To: Git Mailing list


Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>

---

  i am simply assuming that that really should say "inconsistent"; if
it's actually correct, just toss this, of course.

diff --git a/builtin/config.c b/builtin/config.c
index 1e31aa9f8..11c9c501d 100644
--- a/builtin/config.c
+++ b/builtin/config.c
@@ -656,7 +656,7 @@ int cmd_config(int argc, const char **argv, const char *prefix)
 	}

 	if ((actions & (ACTION_GET_COLOR|ACTION_GET_COLORBOOL)) && type) {
-		error("--get-color and variable type are incoherent");
+		error("--get-color and variable type are inconsistent");
 		usage_with_options(builtin_config_usage, builtin_config_options);
 	}


-- 

========================================================================
Robert P. J. Day                                 Ottawa, Ontario, CANADA
                  http://crashcourse.ca/dokuwiki

Twitter:                                       http://twitter.com/rpjday
LinkedIn:                               http://ca.linkedin.com/in/rpjday
========================================================================

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2018-05-30 12:06 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-05-30 12:04 [PATCH] config.c: "incoherent" should say "inconsistent" Robert P. J. Day

Code repositories for project(s) associated with this public inbox

	https://80x24.org/mirrors/git.git

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 read-only IMAP folder(s) and NNTP newsgroup(s).