From 49cbfa7de6547f9829c0b94972efa0654263eb01 Mon Sep 17 00:00:00 2001 From: Walter Doekes Date: Fri, 23 Jan 2015 15:13:08 +0000 Subject: 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 --- include/asterisk/channel.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'include/asterisk/channel.h') 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 */ -- cgit v1.2.3