summaryrefslogtreecommitdiffstats
path: root/contrib
diff options
context:
space:
mode:
authorjkoshy <jkoshy@FreeBSD.org>1998-06-06 05:50:53 +0000
committerjkoshy <jkoshy@FreeBSD.org>1998-06-06 05:50:53 +0000
commit0d7d76d9824e92ac3e2d5c95c38338e47b940aad (patch)
treebe821f05efcc76f3383e79528b109973541e2d79 /contrib
parentb4a37e244c5a9f59a7cc8f6048914ad390dd6bb6 (diff)
downloadFreeBSD-src-0d7d76d9824e92ac3e2d5c95c38338e47b940aad.zip
FreeBSD-src-0d7d76d9824e92ac3e2d5c95c38338e47b940aad.tar.gz
Spelling corrections.
PR: 6868 Submitted by: Josh Gilliam <josh@quick.net>
Diffstat (limited to 'contrib')
-rw-r--r--contrib/tcl/doc/CrtSlave.32
-rw-r--r--contrib/tcl/doc/ObjectType.32
-rw-r--r--contrib/tcl/doc/WrongNumArgs.32
3 files changed, 3 insertions, 3 deletions
diff --git a/contrib/tcl/doc/CrtSlave.3 b/contrib/tcl/doc/CrtSlave.3
index fe18a55..a11f33f 100644
--- a/contrib/tcl/doc/CrtSlave.3
+++ b/contrib/tcl/doc/CrtSlave.3
@@ -79,7 +79,7 @@ This storage is owned by the caller.
.AP int objc in
Count of additional object arguments to pass to the alias object command.
.AP Tcl_Object **objv in
-Vector of Tcl_Obj structures, the additional object argumenst to pass to
+Vector of Tcl_Obj structures, the additional object arguments to pass to
the alias object command.
This storage is owned by the caller.
.AP Tcl_Interp **targetInterpPtr in
diff --git a/contrib/tcl/doc/ObjectType.3 b/contrib/tcl/doc/ObjectType.3
index 515d85c..07ca14e 100644
--- a/contrib/tcl/doc/ObjectType.3
+++ b/contrib/tcl/doc/ObjectType.3
@@ -55,7 +55,7 @@ The argument \fItypePtr\fR points to a Tcl_ObjType structure that
describes the new type by giving its name
and by supplying pointers to four procedures
that implement the type.
-If the type table already containes a type
+If the type table already contains a type
with the same name as in \fItypePtr\fR,
it is replaced with the new type.
The Tcl_ObjType structure is described
diff --git a/contrib/tcl/doc/WrongNumArgs.3 b/contrib/tcl/doc/WrongNumArgs.3
index 61b68ce..bba41ec 100644
--- a/contrib/tcl/doc/WrongNumArgs.3
+++ b/contrib/tcl/doc/WrongNumArgs.3
@@ -64,7 +64,7 @@ subcommand we would like to use the full subcommand name rather than
the abbreviation. If the \fBTcl_WrongNumArgs\fR command finds any
\fIindexObjects\fR in the \fIobjv\fR array it will use the full subcommand
name in the error message instead of the abbreviated name that was
-origionally passed in. Using the above example, lets assume that
+originally passed in. Using the above example, let us assume that
\fIbar\fR is actually an abbreviation for \fIbarfly\fR and the object
is now an indexObject becasue it was passed to
\fBTcl_GetIndexFromObj\fR. In this case the error message would be:
OpenPOWER on IntegriCloud