res: Spelling fixes

Correct typos of the following word families:

identifying
structures
actcount
initializer
attributes
statement
enough
locking
declaration
userevent
provides
unregister
session
execute
searches
verification
suppressed
prepared
passwords
recipients
event
because
brief
unidentified
redundancy
character
the
module
reload
operation
backslashes
accurate
incorrect
collision
initializing
instance
interpreted
buddies
omitted
manually
requires
queries
generator
scheduler
configuration has
owner
resource
performed
masquerade
apparently
routable

ASTERISK-29714

Change-Id: I88485116d2c59b776aa2e1f8b4ce8239a21decda
This commit is contained in:
Josh Soref
2021-10-30 21:04:36 -04:00
committed by Friendly Automation
parent ff11d74331
commit 9ae9893c63
45 changed files with 68 additions and 68 deletions

View File

@@ -346,7 +346,7 @@ static struct ast_channel *prepare_bridge_media_channel(const char *type)
* \param args_playback_id string to use for playback split from
* arguments (null valid)
* \param response ARI response being built
* \param bridge Bridge the playback is being peformed on
* \param bridge Bridge the playback is being performed on
* \param control Control being used for the playback channel
* \param json contents of the response to ARI
* \param playback_url stores playback URL for use with response
@@ -517,7 +517,7 @@ enum play_found_result {
* \param args_playback_id string to use for playback split from
* arguments (null valid)
* \param response ARI response being built
* \param bridge Bridge the playback is being peformed on
* \param bridge Bridge the playback is being performed on
* \param found_channel The channel that was found controlling playback
*
* \retval PLAY_FOUND_SUCCESS The operation was successful

View File

@@ -86,7 +86,7 @@ static void stasis_app_message_handler(
ast_assert(session != NULL);
/*
* We need to get the debug flag before lockinf session
* We need to get the debug flag before locking session
* to help prevent a deadlock with the apps_registry container.
*/
app_debug_enabled = stasis_app_get_debug_by_name(app_name);
@@ -574,7 +574,7 @@ void ast_ari_events_user_event(struct ast_variable *headers,
case STASIS_APP_USER_USEREVENT_INVALID:
ast_ari_response_error(response, 400, "Bad Request",
"Invalid userevnet data");
"Invalid userevent data");
break;
case STASIS_APP_USER_INTERNAL_ERROR: