diff options
| author | Josef Karthauser <joe@FreeBSD.org> | 2001-12-29 10:13:43 +0000 |
|---|---|---|
| committer | Josef Karthauser <joe@FreeBSD.org> | 2001-12-29 10:13:43 +0000 |
| commit | ac639e9072106a63e38a124e5882e4ad574f72fa (patch) | |
| tree | fce035f0660ceec2eb0e8c52b4ff233c3e0b19a6 | |
| parent | 92ebc34a9c18517b96f86fe643ea26b6870f2579 (diff) | |
Notes
| -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 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"); } |
