aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2007-09-26 06:53:43 +0000
committerrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2007-09-26 06:53:43 +0000
commit9f04546718696dd51c9d0fedccc1524768861ab3 (patch)
tree30697abf5d42cc6f5177845a9193cdfcdaad53a9 /include
parentdb01639c56191ff028a1b0b26067f8913b8536d4 (diff)
fix a typo in a comment
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@83864 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'include')
-rw-r--r--include/asterisk/event.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asterisk/event.h b/include/asterisk/event.h
index 86d3358fc..27d1f4a0a 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,