summaryrefslogtreecommitdiff
path: root/include/asterisk/channel.h
diff options
context:
space:
mode:
authorWalter Doekes <walter+asterisk@wjd.nu>2015-01-23 15:13:08 +0000
committerWalter Doekes <walter+asterisk@wjd.nu>2015-01-23 15:13:08 +0000
commit49cbfa7de6547f9829c0b94972efa0654263eb01 (patch)
tree5fb4ee8109f0fb8e347672a5c19086b20c61a561 /include/asterisk/channel.h
parent874cb5615de1a0bd295da25a968e0e798d55b2cd (diff)
Fix typo's (retrieve, specified, address).
........ Merged revisions 430996 from http://svn.asterisk.org/svn/asterisk/branches/11 ........ Merged revisions 430998 from http://svn.asterisk.org/svn/asterisk/branches/13 git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@431000 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'include/asterisk/channel.h')
-rw-r--r--include/asterisk/channel.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/include/asterisk/channel.h b/include/asterisk/channel.h
index 40d87c993..595c91da2 100644
--- a/include/asterisk/channel.h
+++ b/include/asterisk/channel.h
@@ -4187,13 +4187,13 @@ void ast_channel_internal_bridged_channel_set(struct ast_channel *chan, struct a
/*!
* \since 11
- * \brief Retreive a comma-separated list of channels for which dialed cause information is available
+ * \brief Retrieve a comma-separated list of channels for which dialed cause information is available
*
* \details
* This function makes use of datastore operations on the channel, so
* it is important to lock the channel before calling this function.
*
- * \param chan The channel from which to retreive information
+ * \param chan The channel from which to retrieve information
* \retval NULL on allocation failure
* \retval Pointer to an ast_str object containing the desired information which must be freed
*/
@@ -4201,7 +4201,7 @@ struct ast_str *ast_channel_dialed_causes_channels(const struct ast_channel *cha
/*!
* \since 11
- * \brief Retreive a ref-counted cause code information structure
+ * \brief Retrieve a ref-counted cause code information structure
*
* \details
* This function makes use of datastore operations on the channel, so
@@ -4210,8 +4210,8 @@ struct ast_str *ast_channel_dialed_causes_channels(const struct ast_channel *cha
* calling function must decrease the reference count when it is finished
* with the object.
*
- * \param chan The channel from which to retreive information
- * \param chan_name The name of the channel about which to retreive information
+ * \param chan The channel from which to retrieve information
+ * \param chan_name The name of the channel about which to retrieve information
* \retval NULL on search failure
* \retval Pointer to a ref-counted ast_control_pvt_cause_code object containing the desired information
*/