1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-05 09:14:03 +00:00

Correct spelling: depricated -> deprecated.

This commit is contained in:
Josef Karthauser 2000-08-12 23:53:11 +00:00
parent 8f250aa713
commit 74e6090127
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=64570
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

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