From da3df5ec26df080b75b5c5f0b119a1d5cc96d367 Mon Sep 17 00:00:00 2001 From: BJ Weschke Date: Fri, 24 Mar 2006 00:48:03 +0000 Subject: [PATCH] Doxygen comment typo corrections git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2@14610 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- 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 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 -- 2.47.2