mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-03 19:28:53 +00:00
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:
committed by
Friendly Automation
parent
ff11d74331
commit
9ae9893c63
@@ -311,7 +311,7 @@ static int read_headers(void *obj)
|
||||
pj_hdr_string_len = pjsip_hdr_print_on(hdr, pj_hdr_string, data->len - 1);
|
||||
if (pj_hdr_string_len == -1) {
|
||||
ast_log(AST_LOG_ERROR,
|
||||
"Not enought buffer space in pjsip_hdr_print_on\n");
|
||||
"Not enough buffer space in pjsip_hdr_print_on\n");
|
||||
return -1;
|
||||
}
|
||||
pj_hdr_string[pj_hdr_string_len] = '\0';
|
||||
@@ -411,7 +411,7 @@ static int read_header(void *obj)
|
||||
pj_hdr_string_len = pjsip_hdr_print_on(hdr, pj_hdr_string, data->len - 1);
|
||||
if (pj_hdr_string_len == -1) {
|
||||
ast_log(AST_LOG_ERROR,
|
||||
"Not enought buffer space in pjsip_hdr_print_on\n");
|
||||
"Not enough buffer space in pjsip_hdr_print_on\n");
|
||||
return -1;
|
||||
}
|
||||
|
||||
@@ -441,7 +441,7 @@ static int read_header(void *obj)
|
||||
|
||||
/*!
|
||||
* \internal
|
||||
* \brief Implements PJSIP_HEADER 'add' by inserting the specified header into thge list.
|
||||
* \brief Implements PJSIP_HEADER 'add' by inserting the specified header into the list.
|
||||
*
|
||||
* Retrieve the header_datastore from the session or create one if it doesn't exist.
|
||||
* Create and initialize the list if needed.
|
||||
|
Reference in New Issue
Block a user