]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Typo's (missed a spot in r430996).
authorWalter Doekes <walter+asterisk@wjd.nu>
Fri, 23 Jan 2015 14:55:47 +0000 (14:55 +0000)
committerWalter Doekes <walter+asterisk@wjd.nu>
Fri, 23 Jan 2015 14:55:47 +0000 (14:55 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/11@430997 65c4cc65-6c06-0410-ace0-fbb531ad65f3

include/asterisk/channel.h

index 2355e168a87dc66eee864b557a9f6399df9633e4..02aee5e9591c6ba4174a7b384f694fd164f1b1bc 100644 (file)
@@ -3970,7 +3970,7 @@ 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
@@ -3984,7 +3984,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