git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] stripspace: Call U+0020 a "space" instead of a "blank"
@ 2016-01-29  3:10 Alex Henrie
  2016-02-09 22:24 ` Junio C Hamano
  0 siblings, 1 reply; 5+ messages in thread
From: Alex Henrie @ 2016-01-29  3:10 UTC (permalink / raw)
  To: tklauser, gitster, git; +Cc: Alex Henrie

I couldn't find any other examples of people referring to this character
as a "blank".

Signed-off-by: Alex Henrie <alexhenrie24@gmail.com>
---
 builtin/stripspace.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/builtin/stripspace.c b/builtin/stripspace.c
index 7ff8434..15e716e 100644
--- a/builtin/stripspace.c
+++ b/builtin/stripspace.c
@@ -35,7 +35,7 @@ int cmd_stripspace(int argc, const char **argv, const char *prefix)
 			    N_("skip and remove all lines starting with comment character"),
 			    STRIP_COMMENTS),
 		OPT_CMDMODE('c', "comment-lines", &mode,
-			    N_("prepend comment character and blank to each line"),
+			    N_("prepend comment character and space to each line"),
 			    COMMENT_LINES),
 		OPT_END()
 	};
-- 
2.7.0

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

end of thread, other threads:[~2016-02-10  5:27 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-01-29  3:10 [PATCH] stripspace: Call U+0020 a "space" instead of a "blank" Alex Henrie
2016-02-09 22:24 ` Junio C Hamano
2016-02-09 22:53   ` Stefan Beller
2016-02-09 23:00     ` Junio C Hamano
2016-02-10  5:26       ` Alex Henrie

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 NNTP newsgroup(s).