mirror of
https://github.com/asterisk/asterisk.git
synced 2026-07-23 16:05:30 -07:00
Fix Common Typo's.
Fix instances of:
* Retreive
* Recieve
* other then
* different then
* Repeated words ("the the", "an an", "and and", etc).
* othterwise, teh
ASTERISK-24198 #close
Change-Id: I3809a9c113b92fd9d0d9f9bac98e9c66dc8b2d31
This commit is contained in:
@@ -164,7 +164,7 @@ each case is supposed to be a string pointer, a "tag", that should contain
|
||||
enough of an explanation, that you can pair operations that increment the
|
||||
ref count, with operations that are meant to decrement the refcount.
|
||||
|
||||
Each of these calls will generate at least one line of output in in the refs
|
||||
Each of these calls will generate at least one line of output in the refs
|
||||
log files. These lines look like this:
|
||||
...
|
||||
0x8756f00,+1,1234,chan_sip.c,22240,load_module,**constructor**,allocate users
|
||||
@@ -977,7 +977,7 @@ enum search_flags {
|
||||
OBJ_NODATA = (1 << 1),
|
||||
/*!
|
||||
* Don't stop at the first match in ao2_callback() unless the
|
||||
* result of of the callback function has the CMP_STOP bit set.
|
||||
* result of the callback function has the CMP_STOP bit set.
|
||||
*/
|
||||
OBJ_MULTIPLE = (1 << 2),
|
||||
/*!
|
||||
|
||||
Reference in New Issue
Block a user