From: BJ Weschke Date: Fri, 24 Mar 2006 00:55:06 +0000 (+0000) Subject: Doxygen typo fix. X-Git-Tag: 1.4.0-beta1~2340 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d09b5ff20b061c9c96a9448f0f8a00ac82a38ca1;p=thirdparty%2Fasterisk.git Doxygen typo fix. git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@14612 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/include/asterisk/sched.h b/include/asterisk/sched.h index eea7db9872..b1d47f019c 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