mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-03 03:20:57 +00:00
pbx: Spelling fixes
Correct typos of the following word families: process populate with africa accessing contexts exercise university organizations withhold maintaining independent rotation ignore eventname ASTERISK-29714 Change-Id: I90eacc5bc3dcf75a9c898cfb85164f37dec08345
This commit is contained in:
committed by
Friendly Automation
parent
f382775241
commit
ccb8b8ffbf
@@ -843,7 +843,7 @@ static char *handle_cli_dialplan_save(struct ast_cli_entry *e, int cmd, struct a
|
||||
|
||||
if (ast_mutex_lock(&save_dialplan_lock)) {
|
||||
ast_cli(a->fd,
|
||||
"Failed to lock dialplan saving (another proccess saving?)\n");
|
||||
"Failed to lock dialplan saving (another process saving?)\n");
|
||||
return CLI_FAILURE;
|
||||
}
|
||||
/* XXX the code here is quite loose, a pathname with .conf in it
|
||||
@@ -1376,7 +1376,7 @@ static char *handle_cli_dialplan_add_ignorepat(struct ast_cli_entry *e, int cmd,
|
||||
break;
|
||||
|
||||
default:
|
||||
ast_cli(a->fd, "Failed to add ingore pattern '%s' into '%s' context\n",
|
||||
ast_cli(a->fd, "Failed to add ignore pattern '%s' into '%s' context\n",
|
||||
a->argv[3], a->argv[5]);
|
||||
break;
|
||||
}
|
||||
|
Reference in New Issue
Block a user