summaryrefslogtreecommitdiffstats
path: root/doc/Ensemble.3
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2009-11-27 14:35:10 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2009-11-27 14:35:10 (GMT)
commit8c5ade5b276e02962ef5855e6bd777685ab8791f (patch)
treee2e4805c3e2e6e37e47ba0784001763a80d176fa /doc/Ensemble.3
parenta77a0e955053195556778cd3461fd96ded585a89 (diff)
downloadtcl-8c5ade5b276e02962ef5855e6bd777685ab8791f.zip
tcl-8c5ade5b276e02962ef5855e6bd777685ab8791f.tar.gz
tcl-8c5ade5b276e02962ef5855e6bd777685ab8791f.tar.bz2
[Patch 2903921]: Many small spelling fixes from Larry Virden.
Diffstat (limited to 'doc/Ensemble.3')
-rw-r--r--doc/Ensemble.38
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/Ensemble.3 b/doc/Ensemble.3
index 07e67db..e45c326 100644
--- a/doc/Ensemble.3
+++ b/doc/Ensemble.3
@@ -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: Ensemble.3,v 1.7 2008/09/28 22:17:37 dkf Exp $
+'\" RCS: @(#) $Id: Ensemble.3,v 1.8 2009/11/27 14:35:10 dkf Exp $
'\"
'\" This documents the C API introduced in TIP#235
'\"
@@ -119,7 +119,7 @@ arguments: the interpreter to work within, the name of the ensemble to
create, the namespace within the interpreter to bind the ensemble to,
and the default set of ensemble flags. The result of the function is
the command token for the ensemble, which may be used to further
-configure the ensemble using the API descibed below in \fBENSEMBLE
+configure the ensemble using the API described below in \fBENSEMBLE
PROPERTIES\fR.
.PP
Given the name of an ensemble command, the token for that command may
@@ -165,7 +165,7 @@ even if it is unshared.
\fBformal pre-subcommand parameter list\fR (read-write)
.VS 8.6
A list of formal parameter names (the names only being used when generating
-error messages) that come at invokation of the ensemble between the name of
+error messages) that come at invocation of the ensemble between the name of
the ensemble and the subcommand argument. NULL (the default) is equivalent to
the empty list. May be read and written using
\fBTcl_GetEnsembleParameterList\fR and \fBTcl_SetEnsembleParameterList\fR
@@ -185,7 +185,7 @@ the bound namespace. May be read and written using
\fBTcl_SetEnsembleSubcommandList\fR respectively. The result of both
of those functions is a Tcl result code (TCL_OK, or TCL_ERROR if the
token does not refer to an ensemble) and the list obtained from
-\fBTcl_GetEnsembleSubcommandList\fR should alays be treated as
+\fBTcl_GetEnsembleSubcommandList\fR should always be treated as
immutable even if it is unshared.
.TP
\fBunknown subcommand handler command prefix\fR (read-write)