aboutsummaryrefslogtreecommitdiffstats
path: root/include/asterisk/sched.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asterisk/sched.h')
-rw-r--r--include/asterisk/sched.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/asterisk/sched.h b/include/asterisk/sched.h
index eca928ca4..b9b623011 100644
--- a/include/asterisk/sched.h
+++ b/include/asterisk/sched.h
@@ -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