summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/asterisk/app.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asterisk/app.h b/include/asterisk/app.h
index 306ae47c2..5be236608 100644
--- a/include/asterisk/app.h
+++ b/include/asterisk/app.h
@@ -294,7 +294,7 @@ int ast_app_group_list_unlock(void);
\param parse A modifiable buffer containing the input to be parsed
This function will separate the input string using the standard argument
- separator character '|' and fill in the provided structure, including
+ separator character ',' and fill in the provided structure, including
the argc argument counter field.
*/
#define AST_STANDARD_APP_ARGS(args, parse) \