summaryrefslogtreecommitdiffstats
path: root/bin/ls/ls.c
diff options
context:
space:
mode:
authorjoe <joe@FreeBSD.org>2000-08-12 23:53:11 +0000
committerjoe <joe@FreeBSD.org>2000-08-12 23:53:11 +0000
commit880b607621269a90e4cec082280fc6088d3f20a6 (patch)
tree75c2d47d1ab7ca2baf02806fdadeaa1ab07b9db3 /bin/ls/ls.c
parent44404a7ede17cae61843659e23fd6f1efd3f6f4f (diff)
downloadFreeBSD-src-880b607621269a90e4cec082280fc6088d3f20a6.zip
FreeBSD-src-880b607621269a90e4cec082280fc6088d3f20a6.tar.gz
Correct spelling: depricated -> deprecated.
Diffstat (limited to 'bin/ls/ls.c')
-rw-r--r--bin/ls/ls.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/ls/ls.c b/bin/ls/ls.c
index 87cea23..afed064 100644
--- a/bin/ls/ls.c
+++ b/bin/ls/ls.c
@@ -203,7 +203,7 @@ main(argc, argv)
break;
case 'G':
#ifdef COLORLS
- (void)fprintf(stderr, "The -G flag is depricated, please define CLICOLOR instead.\n");
+ (void)fprintf(stderr, "The -G flag is deprecated, please define CLICOLOR instead.\n");
setenv("CLICOLOR", "", 1);
#else
(void)fprintf(stderr, "Color support not compiled in.\n");
OpenPOWER on IntegriCloud