aboutsummaryrefslogtreecommitdiffstats
path: root/doc/model.txt
diff options
context:
space:
mode:
author(no author) <(no author)@f38db490-d61c-443f-a65b-d21fe96a405b>2004-04-13 04:46:23 +0000
committer(no author) <(no author)@f38db490-d61c-443f-a65b-d21fe96a405b>2004-04-13 04:46:23 +0000
commitd46468f42c6762ce7646e773c7d0919ed1f626d4 (patch)
tree5d62a34385385b3485137835b2629174ca0464cf /doc/model.txt
parentf38bc8131c9eda8d0b0eabaafbaa53f4247989c4 (diff)
This commit was manufactured by cvs2svn to create tag 'v0_9_0'.
git-svn-id: http://svn.digium.com/svn/asterisk/tags/v0_9_0@2684 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'doc/model.txt')
-rwxr-xr-xdoc/model.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/model.txt b/doc/model.txt
index 6afb3e04e..10d2d0e05 100755
--- a/doc/model.txt
+++ b/doc/model.txt
@@ -7,9 +7,9 @@ interface. Typically this is done in its own thread. When a RING is
detected, the backend should create a channel structure and then call
ast_pbx_start() on that channel, which will create a thread to monitor
that interface. At this point, the PBX and/or applications it launches
-will manage the interface, and it need not be montored by the
+will manage the interface, and it need not be monitored by the
aforementioned thread. When the applications are finished, the requisite
hangup function will be called, at which the channel can be considered to
-be no longer valid, and the thread that controls it will immenantly be
+be no longer valid, and the thread that controls it will imminently be
terminated.