summaryrefslogtreecommitdiffstats
path: root/doc/chan.n
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2007-02-18 18:42:54 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2007-02-18 18:42:54 (GMT)
commit475f0a8175985720308c9bab76a562dce37c093d (patch)
treea3489f593be45dcdc85f47a1807f3b42fa81375b /doc/chan.n
parent3031f5eb437a0fc9fc149360e11e7b496ed14149 (diff)
downloadtcl-475f0a8175985720308c9bab76a562dce37c093d.zip
tcl-475f0a8175985720308c9bab76a562dce37c093d.tar.gz
tcl-475f0a8175985720308c9bab76a562dce37c093d.tar.bz2
Apply [Bug 1610310] to fix typos. Thanks to Larry Virden for spotting them.
Diffstat (limited to 'doc/chan.n')
-rw-r--r--doc/chan.n6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/chan.n b/doc/chan.n
index 517d7b6..0dabbd6 100644
--- a/doc/chan.n
+++ b/doc/chan.n
@@ -4,7 +4,7 @@
'\" See the file "license.terms" for information on usage and redistribution
'\" of this file, and for a DISCLAIMER OF ALL WARRANTIES.
'\"
-'\" RCS: @(#) $Id: chan.n,v 1.8 2006/12/06 01:42:00 das Exp $
+'\" RCS: @(#) $Id: chan.n,v 1.9 2007/02/18 18:42:54 dkf Exp $
.so man.macros
.TH chan n 8.5 Tcl "Tcl Built-In Commands"
.BS
@@ -352,7 +352,7 @@ interpreter, even if the channel was shared with and/or was moved into
a different interpreter. Each reflected channel also knows the thread
it was created in, and executes its handler command only in that
thread, even if the channel was moved into a different thread. To this
-end all invokations of the handler are forwarded to the original
+end all invocations of the handler are forwarded to the original
thread by posting special events to it. This means that the original
thread (i.e. the thread that executed the \fBchan create\fR command)
must have an active event loop, i.e. it must be able to process such
@@ -384,7 +384,7 @@ within the safe interpreter.
.
Test whether the last input operation on the channel called
\fIchannelId\fR failed because the end of the data stream was reached,
-returning 1 if end-fo-file was reached, and 0 otherwise.
+returning 1 if end-of-file was reached, and 0 otherwise.
.TP
\fBchan event \fIchannelId event\fR ?\fIscript\fR?
.