mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-06 13:09:50 +00:00
Spelling police
Submitted by: des
This commit is contained in:
parent
db266683d3
commit
1a0f89e02b
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=65550
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user