diff options
| author | Brian Somers <brian@FreeBSD.org> | 2000-09-06 21:02:06 +0000 |
|---|---|---|
| committer | Brian Somers <brian@FreeBSD.org> | 2000-09-06 21:02:06 +0000 |
| commit | 1a0f89e02b8df5621ce0515c5f32cc8fa5a7e205 (patch) | |
| tree | 73eae197e2546981d3cb78fddbde785428585c3f /usr.sbin/ppp | |
| parent | db266683d317664481e8cc52d8bb313e91fa6f04 (diff) | |
Notes
Diffstat (limited to 'usr.sbin/ppp')
| -rw-r--r-- | usr.sbin/ppp/command.c | 4 |
1 files 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 |
