diff options
author | Antoine Cœur <antoine.coeur@ef.com> | 2019-05-08 13:30:57 +0800 |
---|---|---|
committer | Lasse Collin <lasse.collin@tukaani.org> | 2019-05-11 20:52:37 +0300 |
commit | 2fb0ddaa557ce86e38fe06439930fa8665f092fd (patch) | |
tree | c868caf1d3886ebdbd7ce730a1217364daf6eb84 /src/xz/list.c | |
parent | xz: In xz -lvv look at the widths of the check names too. (diff) | |
download | xz-2fb0ddaa557ce86e38fe06439930fa8665f092fd.tar.xz |
spelling
Diffstat (limited to '')
-rw-r--r-- | src/xz/list.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/xz/list.c b/src/xz/list.c index 7d7ad98f..7d2df876 100644 --- a/src/xz/list.c +++ b/src/xz/list.c @@ -58,7 +58,7 @@ typedef struct { /// Strings ending in a colon. These are used for lines like -/// " Foo: 123 MiB". These are groupped because translated strings +/// " Foo: 123 MiB". These are grouped because translated strings /// may have different maximum string length, and we want to pad all /// strings so that the values are aligned nicely. static const char *colon_strs[] = { @@ -258,7 +258,7 @@ init_headings(void) { // Before going through the heading strings themselves, treat // the Check heading specially: Look at the widths of the various - // check names and increase the width of the Check column if neeeded. + // check names and increase the width of the Check column if needed. // The width of the heading name "Check" will then be handled normally // with other heading names in the second loop in this function. for (unsigned i = 0; i < ARRAY_SIZE(check_names); ++i) { |