diff options
author | joe <joe@FreeBSD.org> | 2001-12-29 10:13:43 +0000 |
---|---|---|
committer | joe <joe@FreeBSD.org> | 2001-12-29 10:13:43 +0000 |
commit | 42e2c5321aca94ad7f6638f6e65ba49283fbb253 (patch) | |
tree | fce035f0660ceec2eb0e8c52b4ff233c3e0b19a6 /bin/ls | |
parent | a8a4f464ef3be5855f90f0e3584695a16e21f679 (diff) | |
download | FreeBSD-src-42e2c5321aca94ad7f6638f6e65ba49283fbb253.zip FreeBSD-src-42e2c5321aca94ad7f6638f6e65ba49283fbb253.tar.gz |
LSCOLOURS should be spelt LSCOLORS.
Submitted by: Jordan DeLong <fracture@allusion.net
Diffstat (limited to 'bin/ls')
-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"); } |