From a5e719c3183d5e4d35bad3f1169359048b8f4b8b Mon Sep 17 00:00:00 2001 From: citats Date: Sun, 15 Feb 2004 07:48:46 +0000 Subject: Various spelling errors fixed in docs git-svn-id: http://svn.digium.com/svn/asterisk/trunk@2175 f38db490-d61c-443f-a65b-d21fe96a405b --- doc/model.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/model.txt') 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. -- cgit v1.2.3