From: Automerge script Date: Fri, 24 Mar 2006 01:07:12 +0000 (+0000) Subject: automerge commit X-Git-Tag: 1.2.6-netsec~7 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0314e5efc6e4c10b6ec0e99fd74796a60abb0aa6;p=thirdparty%2Fasterisk.git automerge commit git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2-netsec@14655 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/include/asterisk/sched.h b/include/asterisk/sched.h index eca928ca44..b9b6230118 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