diff options
author | brian <brian@cvs.openbsd.org> | 2000-09-06 21:03:39 +0000 |
---|---|---|
committer | brian <brian@cvs.openbsd.org> | 2000-09-06 21:03:39 +0000 |
commit | a2b47160400284d7328e5e7b4860ab7ececff727 (patch) | |
tree | 01e3034d1b57c955475dd9518dd6f8cdc995b432 /usr.sbin | |
parent | c18d9ca296e1a55ad131c61f1b2bbf7b9f68219f (diff) |
Correct a typo; Dag-Erling Smorgrav <des@ofug.org>
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/ppp/ppp/command.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/ppp/ppp/command.c b/usr.sbin/ppp/ppp/command.c index 846dc7eb411..42bf6cdf55b 100644 --- a/usr.sbin/ppp/ppp/command.c +++ b/usr.sbin/ppp/ppp/command.c @@ -17,7 +17,7 @@ * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. * - * $OpenBSD: command.c,v 1.51 2000/08/30 22:04:35 brian Exp $ + * $OpenBSD: command.c,v 1.52 2000/09/06 21:03:38 brian Exp $ * */ #include <sys/param.h> @@ -2641,9 +2641,9 @@ RunListCommand(struct cmdargs const *arg) if (arg->cmd->args == NatCommands && tolower(*arg->argv[arg->argn - 1]) == 'a') { if (arg->prompt) - prompt_Printf(arg->prompt, "The alias command is depricated\n"); + prompt_Printf(arg->prompt, "The alias command is deprecated\n"); else - log_Printf(LogWARN, "The alias command is depricated\n"); + log_Printf(LogWARN, "The alias command is deprecated\n"); } #endif |