summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ppp
diff options
context:
space:
mode:
authorbrian <brian@FreeBSD.org>2000-09-06 21:02:06 +0000
committerbrian <brian@FreeBSD.org>2000-09-06 21:02:06 +0000
commit1c08fd2080ea4f5236e90fed7e0db2b4790c284b (patch)
treed91e67c10894640cbd83b1bdf0d3d712a00f2142 /usr.sbin/ppp
parentd2dcb8b1f523a286feb88f71e0c16bde2780db7a (diff)
downloadFreeBSD-src-1c08fd2080ea4f5236e90fed7e0db2b4790c284b.zip
FreeBSD-src-1c08fd2080ea4f5236e90fed7e0db2b4790c284b.tar.gz
Spelling police
Submitted by: des
Diffstat (limited to 'usr.sbin/ppp')
-rw-r--r--usr.sbin/ppp/command.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/ppp/command.c b/usr.sbin/ppp/command.c
index 2a6ea7d..6024e1e 100644
--- a/usr.sbin/ppp/command.c
+++ b/usr.sbin/ppp/command.c
@@ -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
OpenPOWER on IntegriCloud