Spelling police

Submitted by:	des
This commit is contained in:
Brian Somers 2000-09-06 21:02:06 +00:00
parent db266683d3
commit 1a0f89e02b

View File

@ -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