[asterisk-commits] russell: trunk r83864 -	/trunk/include/asterisk/event.h
    SVN commits to the Asterisk project 
    asterisk-commits at lists.digium.com
       
    Wed Sep 26 01:53:47 CDT 2007
    
    
  
Author: russell
Date: Wed Sep 26 01:53:43 2007
New Revision: 83864
URL: http://svn.digium.com/view/asterisk?view=rev&rev=83864
Log:
fix a typo in a comment
Modified:
    trunk/include/asterisk/event.h
Modified: trunk/include/asterisk/event.h
URL: http://svn.digium.com/view/asterisk/trunk/include/asterisk/event.h?view=diff&rev=83864&r1=83863&r2=83864
==============================================================================
--- trunk/include/asterisk/event.h (original)
+++ trunk/include/asterisk/event.h Wed Sep 26 01:53:43 2007
@@ -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,
    
    
More information about the asterisk-commits
mailing list