summaryrefslogtreecommitdiff
path: root/res/res_features.c
diff options
context:
space:
mode:
authorJason Parker <jparker@digium.com>2007-11-12 23:44:20 +0000
committerJason Parker <jparker@digium.com>2007-11-12 23:44:20 +0000
commitcfbc4f5fb89344e2b0a07fbcb0c0fe35e09bca87 (patch)
treeb4f451a9593bedd2c9171dc8d03ca89228930385 /res/res_features.c
parentf033e50a1588a5829479ef83b7f2275b08669bf4 (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: https://origsvn.digium.com/svn/asterisk/trunk@89202 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'res/res_features.c')
-rw-r--r--res/res_features.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/res_features.c b/res/res_features.c
index e4fec5305..56053f91d 100644
--- a/res/res_features.c
+++ b/res/res_features.c
@@ -2583,7 +2583,7 @@ static int action_bridge(struct mansession *s, const struct message *m)
*
* Check right usage, lock parking lot, display parked calls, unlock parking lot list.
* \retval CLI_SUCCESS on success.
- * \retval CLI_SHOWUSAGE on incorrect number of arguements.
+ * \retval CLI_SHOWUSAGE on incorrect number of arguments.
* \retval NULL when tab completion is used.
*/
static char *handle_parkedcalls(struct ast_cli_entry *e, int cmd, struct ast_cli_args *a)