[asterisk-commits] lmadsen: branch 1.6.0 r253348 - /branches/1.6.0/apps/app_userevent.c
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Thu Mar 18 12:57:00 CDT 2010
Author: lmadsen
Date: Thu Mar 18 12:56:56 2010
New Revision: 253348
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=253348
Log:
Slightly different fix for UserEvent docs update.
(issue #16961)
Modified:
branches/1.6.0/apps/app_userevent.c
Modified: branches/1.6.0/apps/app_userevent.c
URL: http://svnview.digium.com/svn/asterisk/branches/1.6.0/apps/app_userevent.c?view=diff&rev=253348&r1=253347&r2=253348
==============================================================================
--- branches/1.6.0/apps/app_userevent.c (original)
+++ branches/1.6.0/apps/app_userevent.c Thu Mar 18 12:56:56 2010
@@ -37,7 +37,7 @@
static char *descrip =
" UserEvent(eventname[,body]): Sends an arbitrary event to the manager\n"
"interface, with an optional body representing additional arguments. The\n"
-"body may be specified as a | delimeted list of headers. Each additional\n"
+"body may be specified as a comma (,) delimited list of headers. Each additional\n"
"argument will be placed on a new line in the event. The format of the\n"
"event will be:\n"
" Event: UserEvent\n"
More information about the asterisk-commits
mailing list