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:
Josh Soref
2021-10-30 21:04:39 -04:00
committed by Friendly Automation
parent f382775241
commit ccb8b8ffbf
9 changed files with 23 additions and 23 deletions

View File

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