From 0d7d76d9824e92ac3e2d5c95c38338e47b940aad Mon Sep 17 00:00:00 2001 From: jkoshy Date: Sat, 6 Jun 1998 05:50:53 +0000 Subject: Spelling corrections. PR: 6868 Submitted by: Josh Gilliam --- contrib/tcl/doc/CrtSlave.3 | 2 +- contrib/tcl/doc/ObjectType.3 | 2 +- contrib/tcl/doc/WrongNumArgs.3 | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'contrib') 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: -- cgit v1.1