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
This commit is contained in:
Walter Doekes
2015-01-23 15:03:05 +00:00
parent 9210648bbe
commit e23f07beb8
14 changed files with 20 additions and 20 deletions

View File

@@ -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
*/