aboutsummaryrefslogtreecommitdiffstats
path: root/res/res_monitor.c
diff options
context:
space:
mode:
authorqwell <qwell@f38db490-d61c-443f-a65b-d21fe96a405b>2007-11-12 23:44:20 +0000
committerqwell <qwell@f38db490-d61c-443f-a65b-d21fe96a405b>2007-11-12 23:44:20 +0000
commitdaf95de377fff18af5b9d9c24f1a8f353a1f465c (patch)
treeb4f451a9593bedd2c9171dc8d03ca89228930385 /res/res_monitor.c
parent8a1c2d1509f49f43f4fdb91ec7e314eb553203f8 (diff)
Doxygen fixes.
Also fix a common typo I kept seeing (arguement) in various files. Closes issue #11222, patch by snuffy (with arguement > argument by me). git-svn-id: http://svn.digium.com/svn/asterisk/trunk@89202 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'res/res_monitor.c')
-rw-r--r--res/res_monitor.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/res/res_monitor.c b/res/res_monitor.c
index ec770ea61..3a5aa5914 100644
--- a/res/res_monitor.c
+++ b/res/res_monitor.c
@@ -80,7 +80,7 @@ static char *monitor_descrip = " Monitor([file_format[:urlbase],[fname_base],[o
" and a target mixed file name which is the same as the leg file names\n"
" only without the in/out designator.\n"
" If MONITOR_EXEC_ARGS is set, the contents will be passed on as\n"
-" additional arguements to MONITOR_EXEC\n"
+" additional arguments to MONITOR_EXEC\n"
" Both MONITOR_EXEC and the Mix flag can be set from the\n"
" administrator interface\n"
"\n"
@@ -419,7 +419,7 @@ int ast_monitor_change_fname(struct ast_channel *chan, const char *fname_base, i
/*!
* \brief Start monitor
* \param chan
- * \param data arguements passed fname|options
+ * \param data arguments passed fname|options
* \retval 0 on success.
* \retval -1 on failure.
*/