diff options
author | vincentdarley <vincentdarley> | 2004-03-09 12:59:04 (GMT) |
---|---|---|
committer | vincentdarley <vincentdarley> | 2004-03-09 12:59:04 (GMT) |
commit | 178507e4d068311f44babc3ae8960e2555c7841d (patch) | |
tree | b0cb4ba91f317961d72f620ce8fe4c4d002b3bee /generic/tclPathObj.c | |
parent | 2e488121f5c9875f01b112b8050af3dedb46ec8b (diff) | |
download | tcl-178507e4d068311f44babc3ae8960e2555c7841d.zip tcl-178507e4d068311f44babc3ae8960e2555c7841d.tar.gz tcl-178507e4d068311f44babc3ae8960e2555c7841d.tar.bz2 |
fixed typos in documentation and comments
Diffstat (limited to 'generic/tclPathObj.c')
-rw-r--r-- | generic/tclPathObj.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/generic/tclPathObj.c b/generic/tclPathObj.c index 4391d46..f7f2132 100644 --- a/generic/tclPathObj.c +++ b/generic/tclPathObj.c @@ -10,7 +10,7 @@ * See the file "license.terms" for information on usage and redistribution * of this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tclPathObj.c,v 1.23 2004/01/29 13:01:24 vincentdarley Exp $ + * RCS: @(#) $Id: tclPathObj.c,v 1.24 2004/03/09 12:59:05 vincentdarley Exp $ */ #include "tclInt.h" @@ -460,7 +460,7 @@ TclFSGetPathType(pathPtr, filesystemPtrPtr, driveNameLengthPtr) * * TclPathPart * - * This procedure calculates the requested part of the the given + * This procedure calculates the requested part of the given * path, which can be: * * - the directory above ('file dirname') @@ -1713,7 +1713,7 @@ Tcl_FSGetNormalizedPath(interp, pathPtr) } else if (type == TCL_PATH_VOLUME_RELATIVE) { /* * Only Windows has volume-relative paths. These - * paths are rather rare, but is is nice if Tcl can + * paths are rather rare, but it is nice if Tcl can * handle them. It is much better if we can * handle them here, rather than in the native fs code, * because we really need to have a real absolute path |