aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorroot <root@f38db490-d61c-443f-a65b-d21fe96a405b>2006-03-24 01:07:12 +0000
committerroot <root@f38db490-d61c-443f-a65b-d21fe96a405b>2006-03-24 01:07:12 +0000
commitc0ae4ff9ad7fb4b860ad0960ecd66f89dcff2675 (patch)
treee96d642c3369de5dcfe6ba1ed5ea51dcd92fd39a
parent0bd344c1528ff52ec7e1e18e9504f1bc3bba0474 (diff)
automerge commit
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2-netsec@14655 f38db490-d61c-443f-a65b-d21fe96a405b
-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