summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJosef Karthauser <joe@FreeBSD.org>2001-12-29 10:13:43 +0000
committerJosef Karthauser <joe@FreeBSD.org>2001-12-29 10:13:43 +0000
commitac639e9072106a63e38a124e5882e4ad574f72fa (patch)
treefce035f0660ceec2eb0e8c52b4ff233c3e0b19a6
parent92ebc34a9c18517b96f86fe643ea26b6870f2579 (diff)
Notes
-rw-r--r--bin/ls/print.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/ls/print.c b/bin/ls/print.c
index 0c9ba0011671..3b72c5a6ac29 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");
}