aboutsummaryrefslogtreecommitdiffstats
path: root/doc/model.txt
diff options
context:
space:
mode:
authorcitats <citats@f38db490-d61c-443f-a65b-d21fe96a405b>2004-02-15 07:48:46 +0000
committercitats <citats@f38db490-d61c-443f-a65b-d21fe96a405b>2004-02-15 07:48:46 +0000
commita5e719c3183d5e4d35bad3f1169359048b8f4b8b (patch)
treec4fa954954da2359558fe37ab593c54bb1f7b6dd /doc/model.txt
parent298c4b6edb37acbc847b5270289199c950d61456 (diff)
Various spelling errors fixed in docs
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@2175 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.