Skip to content

Commit

Permalink
stripspace: call U+0020 a "space" instead of a "blank"
Browse files Browse the repository at this point in the history
I couldn't find any other examples of people referring to this
character as a "blank".

Signed-off-by: Alex Henrie <alexhenrie24@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
  • Loading branch information
Alex Henrie authored and Junio C Hamano committed Jan 30, 2016
1 parent 7548842 commit f562d7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion builtin/stripspace.c
Original file line number Diff line number Diff line change
Expand Up @@ -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()
};
Expand Down

0 comments on commit f562d7d

Please sign in to comment.