From 1a0f89e02b8df5621ce0515c5f32cc8fa5a7e205 Mon Sep 17 00:00:00 2001 From: Brian Somers Date: Wed, 6 Sep 2000 21:02:06 +0000 Subject: [PATCH] Spelling police Submitted by: des --- usr.sbin/ppp/command.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/usr.sbin/ppp/command.c b/usr.sbin/ppp/command.c index 2a6ea7df2dac..6024e1e44377 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