From c0ae4ff9ad7fb4b860ad0960ecd66f89dcff2675 Mon Sep 17 00:00:00 2001 From: root Date: Fri, 24 Mar 2006 01:07:12 +0000 Subject: automerge commit git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2-netsec@14655 f38db490-d61c-443f-a65b-d21fe96a405b --- include/asterisk/sched.h | 4 ++-- 1 file 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 -- cgit v1.2.3