diff options
author | Phillip Wood <phillip.wood@dunelm.org.uk> | 2018-11-23 12:16:51 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2019-01-10 19:37:42 +0100 |
commit | 748aa1aa34a316b8f26a3664f3fdcd273e1c5c39 (patch) | |
tree | 6d7e8edb44ccb3c9e0005da0a3637a399466fff8 /diff.c | |
parent | diff: document --no-color-moved (diff) | |
download | git-748aa1aa34a316b8f26a3664f3fdcd273e1c5c39.tar.xz git-748aa1aa34a316b8f26a3664f3fdcd273e1c5c39.zip |
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>
Diffstat (limited to '')
-rw-r--r-- | diff.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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); |