aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authormmichelson <mmichelson@f38db490-d61c-443f-a65b-d21fe96a405b>2008-01-02 20:19:40 +0000
committermmichelson <mmichelson@f38db490-d61c-443f-a65b-d21fe96a405b>2008-01-02 20:19:40 +0000
commit410f535eba1ea9a2b4efaa2dbaf2ced31ac50c10 (patch)
tree1d500f605de547a0de0942125954a06813ba0eab /include
parente6a8f95f7741aa13e163fa6d852b806c3e05c76a (diff)
Fix a typo in a comment. AST_STANDARD_APP_ARGS uses ',' as the separator,
not '|'. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@95944 f38db490-d61c-443f-a65b-d21fe96a405b
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) \