aboutsummaryrefslogtreecommitdiff
path: root/src/xz/list.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/xz/list.c4
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) {