summaryrefslogtreecommitdiff
path: root/include/asterisk/astobj2.h
diff options
context:
space:
mode:
authorJenkins2 <jenkins2@gerrit.asterisk.org>2017-12-21 08:40:22 -0600
committerGerrit Code Review <gerrit2@gerrit.digium.api>2017-12-21 08:40:22 -0600
commit0100c9267eb26192be1596b402b700a3cdc6849f (patch)
tree114e4b4a8c8ff44a1133867b5e176986595f77c5 /include/asterisk/astobj2.h
parentb0b2b79cb4a402baea9d47909e69f88bd426dbed (diff)
parent1b80ffa495160c8b4ded31fa0597ec578f908d97 (diff)
Merge "Fix Common Typo's."
Diffstat (limited to 'include/asterisk/astobj2.h')
-rw-r--r--include/asterisk/astobj2.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/asterisk/astobj2.h b/include/asterisk/astobj2.h
index a18f099c0..1b7f38735 100644
--- a/include/asterisk/astobj2.h
+++ b/include/asterisk/astobj2.h
@@ -145,7 +145,7 @@ An interface to help debug refcounting is provided
in this package. It is dependent on the refdebug being enabled in
asterisk.conf.
-Each of the reference manipulations will generate one line of output in in the refs
+Each of the reference manipulations will generate one line of output in the refs
log file. These lines look like this:
...
0x8756f00,+1,1234,chan_sip.c,22240,load_module,**constructor**,allocate users
@@ -682,7 +682,7 @@ int ao2_weakproxy_unsubscribe(void *weakproxy, ao2_weakproxy_notification_cb cb,
* \since 14.0.0
* \brief Get the weakproxy attached to obj
*
- * \param obj The object to retreive a weakproxy from
+ * \param obj The object to retrieve a weakproxy from
*
* \return The weakproxy object
*/
@@ -1057,7 +1057,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),
/*!