Skip to content

Commit f562d7d

Browse files
alexhenriegitster
authored andcommitted
stripspace: call U+0020 a "space" instead of a "blank"
I couldn't find any other examples of people referring to this character as a "blank". Signed-off-by: Alex Henrie <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 7548842 commit f562d7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

builtin/stripspace.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ int cmd_stripspace(int argc, const char **argv, const char *prefix)
3535
N_("skip and remove all lines starting with comment character"),
3636
STRIP_COMMENTS),
3737
OPT_CMDMODE('c', "comment-lines", &mode,
38-
N_("prepend comment character and blank to each line"),
38+
N_("prepend comment character and space to each line"),
3939
COMMENT_LINES),
4040
OPT_END()
4141
};

0 commit comments

Comments
 (0)