summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--bin/ls/ls.12
-rw-r--r--bin/ls/ls.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/bin/ls/ls.1 b/bin/ls/ls.1
index 37ed1df..7f48f12 100644
--- a/bin/ls/ls.1
+++ b/bin/ls/ls.1
@@ -91,7 +91,7 @@ a percent sign (%) after each whiteout,
and a vertical bar (|) after each that is a
.Tn FIFO .
.It Fl G
-This flag has been depricated. Please use the
+This flag has been deprecated. Please use the
.Ev CLICOLOR environment variable instead.
.It Fl H
Symbolic links on the command line are followed. This option is assumed if
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