[svn-commits] rmudgett: branch group/CCSS_Monitor_Restructure r244438 - /team/group/CCSS_Mo...

SVN commits to the Digium repositories svn-commits at lists.digium.com
Tue Feb 2 15:50:06 CST 2010


Author: rmudgett
Date: Tue Feb  2 15:50:04 2010
New Revision: 244438

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=244438
Log:
Fix some typos.

Modified:
    team/group/CCSS_Monitor_Restructure/include/asterisk/ccss.h

Modified: team/group/CCSS_Monitor_Restructure/include/asterisk/ccss.h
URL: http://svnview.digium.com/svn/asterisk/team/group/CCSS_Monitor_Restructure/include/asterisk/ccss.h?view=diff&rev=244438&r1=244437&r2=244438
==============================================================================
--- team/group/CCSS_Monitor_Restructure/include/asterisk/ccss.h (original)
+++ team/group/CCSS_Monitor_Restructure/include/asterisk/ccss.h Tue Feb  2 15:50:04 2010
@@ -311,7 +311,7 @@
 
 /*!
  * \since 1.8
- * \brief Get the cc_agent_dialstirng
+ * \brief Get the cc_agent_dialstring
  * \param config The configuration to retrieve the cc_agent_dialstring from
  * \return The cc_agent_dialstring from this configuration
  */
@@ -1367,7 +1367,7 @@
  * The function ast_cc_is_recall is helpful for determining if a call to
  * a specific channel is a recall. However, once you have determined that
  * this is a recall, you will most likely need access to the private data
- * within the associated monitor. This functio is what one uses to get
+ * within the associated monitor. This function is what one uses to get
  * that monitor.
  *
  * \param core_id The core ID to which this recall corresponds. This likely will
@@ -1424,7 +1424,7 @@
  *
  * One caveat is that this may only be used if generic monitoring is being used. The reason
  * is that since Asterisk determined that the device was busy without actually placing a call to it,
- * the far end will have no idea what call we are requesting call completion for if we wer to send
+ * the far end will have no idea what call we are requesting call completion for if we were to send
  * a call completion request.
  */
 void ast_cc_call_failed(struct ast_channel *incoming, struct ast_channel *outgoing, const char * const dialstring);




More information about the svn-commits mailing list