LSCOLOURS should be spelt LSCOLORS.

Submitted by:	Jordan DeLong <fracture@allusion.net
This commit is contained in:
Josef Karthauser 2001-12-29 10:13:43 +00:00
parent 92ebc34a9c
commit ac639e9072
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=88668

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