]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Fix a typo in a comment. AST_STANDARD_APP_ARGS uses ',' as the separator,
authorMark Michelson <mmichelson@digium.com>
Wed, 2 Jan 2008 20:19:40 +0000 (20:19 +0000)
committerMark Michelson <mmichelson@digium.com>
Wed, 2 Jan 2008 20:19:40 +0000 (20:19 +0000)
not '|'.

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@95944 65c4cc65-6c06-0410-ace0-fbb531ad65f3

include/asterisk/app.h

index 306ae47c239594f7507d5c0220c0c6cee6c24f88..5be2366080863e446dbda820bd1ba34e75312882 100644 (file)
@@ -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) \