Spelling police
Submitted by: des
This commit is contained in:
parent
db266683d3
commit
1a0f89e02b
@ -2641,9 +2641,9 @@ RunListCommand(struct cmdargs const *arg)
|
|||||||
if (arg->cmd->args == NatCommands &&
|
if (arg->cmd->args == NatCommands &&
|
||||||
tolower(*arg->argv[arg->argn - 1]) == 'a') {
|
tolower(*arg->argv[arg->argn - 1]) == 'a') {
|
||||||
if (arg->prompt)
|
if (arg->prompt)
|
||||||
prompt_Printf(arg->prompt, "The alias command is depricated\n");
|
prompt_Printf(arg->prompt, "The alias command is deprecated\n");
|
||||||
else
|
else
|
||||||
log_Printf(LogWARN, "The alias command is depricated\n");
|
log_Printf(LogWARN, "The alias command is deprecated\n");
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user