summaryrefslogtreecommitdiffstats
path: root/doc/Notifier.3
diff options
context:
space:
mode:
authorjenglish <jenglish@noemail.net>2002-07-01 18:24:37 (GMT)
committerjenglish <jenglish@noemail.net>2002-07-01 18:24:37 (GMT)
commita017bcccb15642e19cfa599f2fc28321671d5ff1 (patch)
tree0b85a12ebaae6394723689fc31593c4ec7ebed17 /doc/Notifier.3
parent356ce2bea9bc01c32bdaaa82227bf3ac81fa470e (diff)
downloadtcl-a017bcccb15642e19cfa599f2fc28321671d5ff1.zip
tcl-a017bcccb15642e19cfa599f2fc28321671d5ff1.tar.gz
tcl-a017bcccb15642e19cfa599f2fc28321671d5ff1.tar.bz2
Spell-check, fixed typos (Updates from Larry Virden).
FossilOrigin-Name: 34cded11b7d729621dd98d2f6dc3fb89428f97e8
Diffstat (limited to 'doc/Notifier.3')
-rw-r--r--doc/Notifier.36
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/Notifier.3 b/doc/Notifier.3
index c0bf149..d7e8b98 100644
--- a/doc/Notifier.3
+++ b/doc/Notifier.3
@@ -5,7 +5,7 @@
'\" See the file "license.terms" for information on usage and redistribution
'\" of this file, and for a DISCLAIMER OF ALL WARRANTIES.
'\"
-'\" RCS: @(#) $Id: Notifier.3,v 1.8 2000/07/24 00:03:02 jenglish Exp $
+'\" RCS: @(#) $Id: Notifier.3,v 1.9 2002/07/01 18:24:39 jenglish Exp $
'\"
.so man.macros
.TH Notifier 3 8.1 Tcl "Tcl Library Procedures"
@@ -101,7 +101,7 @@ What types of events to service. These flags are the same as those
passed to \fBTcl_DoOneEvent\fR.
.VS 8.1
.AP int mode in
-Inidicates whether events should be serviced by \fBTcl_ServiceAll\fR.
+Indicates whether events should be serviced by \fBTcl_ServiceAll\fR.
Must be one of \fBTCL_SERVICE_NONE\fR or \fBTCL_SERVICE_ALL\fR.
.VE
.BE
@@ -466,7 +466,7 @@ procedures.
.PP
\fBTcl_InitNotifier\fR initializes the notifier state and returns
a handle to the notifier state. Tcl calls this
-procedure when intializing a Tcl interpreter. Similarly,
+procedure when initializing a Tcl interpreter. Similarly,
\fBTcl_FinalizeNotifier\fR shuts down the notifier, and is
called by \fBTcl_Finalize\fR when shutting down a Tcl interpreter.
.PP