aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorbweschke <bweschke@f38db490-d61c-443f-a65b-d21fe96a405b>2006-03-24 00:48:03 +0000
committerbweschke <bweschke@f38db490-d61c-443f-a65b-d21fe96a405b>2006-03-24 00:48:03 +0000
commit391f6a3f4f24fe81f8e0a423ac2755ad4b79225d (patch)
tree4ecccfbc6f39f36ec71e9fefd7591e9e080f8e3d /include
parentcce5ea07b4b41e361302de33e46f9c0aaaa075d3 (diff)
Doxygen comment typo corrections
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@14610 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'include')
-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