Use "whitespace" consistently
Most of the messages and documentation use 'whitespace' rather than 'white space' or 'white spaces' convert to latter two to the former for consistency. Signed-off-by: Phillip Wood <phillip.wood@dunelm.org.uk> Reviewed-by: Stefan Beller <sbeller@google.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
committed by
Junio C Hamano
parent
fbafb7c682
commit
748aa1aa34
2
diff.c
2
diff.c
@ -320,7 +320,7 @@ static int parse_color_moved_ws(const char *arg)
|
||||
|
||||
if ((ret & COLOR_MOVED_WS_ALLOW_INDENTATION_CHANGE) &&
|
||||
(ret & XDF_WHITESPACE_FLAGS))
|
||||
die(_("color-moved-ws: allow-indentation-change cannot be combined with other white space modes"));
|
||||
die(_("color-moved-ws: allow-indentation-change cannot be combined with other whitespace modes"));
|
||||
|
||||
string_list_clear(&l, 0);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user