[asterisk-commits] branch 1.2 r14610 - /branches/1.2/include/asterisk/sched.h

asterisk-commits at lists.digium.com asterisk-commits at lists.digium.com
Thu Mar 23 17:48:04 MST 2006


Author: bweschke
Date: Thu Mar 23 18:48:03 2006
New Revision: 14610

URL: http://svn.digium.com/view/asterisk?rev=14610&view=rev
Log:
 Doxygen comment typo corrections


Modified:
    branches/1.2/include/asterisk/sched.h

Modified: branches/1.2/include/asterisk/sched.h
URL: http://svn.digium.com/view/asterisk/branches/1.2/include/asterisk/sched.h?rev=14610&r1=14609&r2=14610&view=diff
==============================================================================
--- branches/1.2/include/asterisk/sched.h (original)
+++ branches/1.2/include/asterisk/sched.h Thu Mar 23 18:48:03 2006
@@ -64,7 +64,7 @@
 
 /*!Adds a scheduled event */
 /*! 
- * \param con Schduler context to add
+ * \param con Scheduler context to add
  * \param when how many milliseconds to wait for event to occur
  * \param callback function to call when the amount of time expires
  * \param data data to pass to the callback
@@ -78,7 +78,7 @@
 
 /*!Adds a scheduled event */
 /*! 
- * \param con Schduler context to add
+ * \param con Scheduler context to add
  * \param when how many milliseconds to wait for event to occur
  * \param callback function to call when the amount of time expires
  * \param data data to pass to the callback



More information about the asterisk-commits mailing list