]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Typo found while fixing issue #16961.
authorLeif Madsen <leif@leifmadsen.com>
Thu, 18 Mar 2010 17:57:31 +0000 (17:57 +0000)
committerLeif Madsen <leif@leifmadsen.com>
Thu, 18 Mar 2010 17:57:31 +0000 (17:57 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@253349 65c4cc65-6c06-0410-ace0-fbb531ad65f3

apps/app_userevent.c

index dd80003768f610a3bb52c95bb6f4c57a5ef97d7d..cf9711c4b05b265a4f4999fd4e4f38341139bb8a 100644 (file)
@@ -46,7 +46,7 @@ static char *synopsis = "Send an arbitrary event to the manager interface";
 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"