diff options
Diffstat (limited to 'bin/ls/print.c')
-rw-r--r-- | bin/ls/print.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/ls/print.c b/bin/ls/print.c index 0c9ba00..3b72c5a 100644 --- a/bin/ls/print.c +++ b/bin/ls/print.c @@ -518,7 +518,7 @@ parsecolors(cs) colors[i].num[j] = c[j] - '0'; if (!legacy_warn) { fprintf(stderr, - "warn: LSCOLOURS should use " + "warn: LSCOLORS should use " "characters a-h instead of 0-9 (" "see the manual page)\n"); } |