From: Russell Bryant Date: Wed, 26 Sep 2007 06:53:43 +0000 (+0000) Subject: fix a typo in a comment X-Git-Tag: 1.6.0-beta1~3^2~1317 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f04b586267a2059941639f8dd2d42ff44270dad3;p=thirdparty%2Fasterisk.git fix a typo in a comment git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@83864 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/include/asterisk/event.h b/include/asterisk/event.h index 86d3358fc7..27d1f4a0a1 100644 --- a/include/asterisk/event.h +++ b/include/asterisk/event.h @@ -28,7 +28,7 @@ * Events have an associated event type, as well as information elements. The * information elements are the meta data that go along with each event. For * example, in the case of message waiting indication, the event type is MWI, - * and each MWI event containts at least three information elements: the + * and each MWI event contains at least three information elements: the * mailbox, the number of new messages, and the number of old messages. * * Subscriptions to events consist of an event type and information elements,