[svn-commits] lmadsen: branch 1.4 r253349 - /branches/1.4/apps/app_userevent.c
SVN commits to the Digium repositories
svn-commits at lists.digium.com
Thu Mar 18 12:57:35 CDT 2010
Author: lmadsen
Date: Thu Mar 18 12:57:31 2010
New Revision: 253349
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=253349
Log:
Typo found while fixing issue #16961.
Modified:
branches/1.4/apps/app_userevent.c
Modified: branches/1.4/apps/app_userevent.c
URL: http://svnview.digium.com/svn/asterisk/branches/1.4/apps/app_userevent.c?view=diff&rev=253349&r1=253348&r2=253349
==============================================================================
--- branches/1.4/apps/app_userevent.c (original)
+++ branches/1.4/apps/app_userevent.c Thu Mar 18 12:57:31 2010
@@ -46,7 +46,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 | 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 svn-commits
mailing list