aboutsummaryrefslogtreecommitdiffstats
path: root/include/asterisk/sched.h
diff options
context:
space:
mode:
authorbweschke <bweschke@f38db490-d61c-443f-a65b-d21fe96a405b>2006-03-24 00:55:06 +0000
committerbweschke <bweschke@f38db490-d61c-443f-a65b-d21fe96a405b>2006-03-24 00:55:06 +0000
commit93b938a003a37b70c82b64a0394f025badcb77e7 (patch)
tree1545344390f1a0e9e55cc2b8d2d70f5b42b1d16c /include/asterisk/sched.h
parent43a070b9eb5c0b61a9bb7352b1b476646959b14d (diff)
Doxygen typo fix.
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@14612 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'include/asterisk/sched.h')
-rw-r--r--include/asterisk/sched.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asterisk/sched.h b/include/asterisk/sched.h
index eea7db987..b1d47f019 100644
--- a/include/asterisk/sched.h
+++ b/include/asterisk/sched.h
@@ -72,7 +72,7 @@ typedef int (*ast_sched_cb)(void *data);
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