LSCOLOURS should be spelt LSCOLORS.

Submitted by:	Jordan DeLong <fracture@allusion.net
This commit is contained in:
joe 2001-12-29 10:13:43 +00:00
parent a8a4f464ef
commit 42e2c5321a

View File

@ -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");
}