summaryrefslogtreecommitdiff
path: root/include/asterisk/channel.h
diff options
context:
space:
mode:
authorWalter Doekes <walter+asterisk@wjd.nu>2015-01-23 15:03:05 +0000
committerWalter Doekes <walter+asterisk@wjd.nu>2015-01-23 15:03:05 +0000
commite23f07beb80a76160edec656d6509db5f1a2885a (patch)
treed42f816647a0bb1aa315c14243550205b2e6e42e /include/asterisk/channel.h
parent9210648bbe116b9c19b7c1a6304a2dd00ff0cca3 (diff)
Fix typo's (retrieve, specified, address).
........ Merged revisions 430996 from http://svn.asterisk.org/svn/asterisk/branches/11 git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/13@430998 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 45e94ce29..48645c9bb 100644
--- a/include/asterisk/channel.h
+++ b/include/asterisk/channel.h
@@ -4186,13 +4186,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
*/
@@ -4200,7 +4200,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
@@ -4209,8 +4209,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
*/