[asterisk-commits] trunk r14612 - /trunk/include/asterisk/sched.h
asterisk-commits at lists.digium.com
asterisk-commits at lists.digium.com
Thu Mar 23 17:55:07 MST 2006
Author: bweschke
Date: Thu Mar 23 18:55:06 2006
New Revision: 14612
URL: http://svn.digium.com/view/asterisk?rev=14612&view=rev
Log:
Doxygen typo fix.
Modified:
trunk/include/asterisk/sched.h
Modified: trunk/include/asterisk/sched.h
URL: http://svn.digium.com/view/asterisk/trunk/include/asterisk/sched.h?rev=14612&r1=14611&r2=14612&view=diff
==============================================================================
--- trunk/include/asterisk/sched.h (original)
+++ trunk/include/asterisk/sched.h Thu Mar 23 18:55:06 2006
@@ -72,7 +72,7 @@
extern int ast_sched_add(struct sched_context *con, int when, ast_sched_cb callback, void *data);
/*!Adds a scheduled event with rescheduling support
- * \param con Scehduler 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