]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
automerge commit
authorAutomerge script <automerge@asterisk.org>
Fri, 24 Mar 2006 01:07:12 +0000 (01:07 +0000)
committerAutomerge script <automerge@asterisk.org>
Fri, 24 Mar 2006 01:07:12 +0000 (01:07 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2-netsec@14655 65c4cc65-6c06-0410-ace0-fbb531ad65f3

include/asterisk/sched.h

index eca928ca4481d837629205bb9fa3d9e2cc5231ad..b9b62301188e3b198c32fbe5857f447e11d4b955 100644 (file)
@@ -64,7 +64,7 @@ typedef int (*ast_sched_cb)(void *data);
 
 /*!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 @@ extern int ast_sched_add(struct sched_context *con, int when, ast_sched_cb callb
 
 /*!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