summaryrefslogtreecommitdiff
path: root/doc/model.txt
diff options
context:
space:
mode:
authorJames Golovich <james@gnuinter.net>2004-02-15 07:48:46 +0000
committerJames Golovich <james@gnuinter.net>2004-02-15 07:48:46 +0000
commit2cbef73a2796a1358909c28238cb71e7cfd33579 (patch)
treec4fa954954da2359558fe37ab593c54bb1f7b6dd /doc/model.txt
parentdbe3dea3637ec0723518bb33f5d7381a24bb0be1 (diff)
Various spelling errors fixed in docs
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@2175 65c4cc65-6c06-0410-ace0-fbb531ad65f3
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.