summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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