summaryrefslogtreecommitdiffstats
path: root/doc/FileSystem.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/FileSystem.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/FileSystem.3')
-rw-r--r--doc/FileSystem.310
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/FileSystem.3 b/doc/FileSystem.3
index bec5e23..694c718 100644
--- a/doc/FileSystem.3
+++ b/doc/FileSystem.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: FileSystem.3,v 1.67 2008/10/15 10:43:37 dkf Exp $
+'\" RCS: @(#) $Id: FileSystem.3,v 1.68 2009/11/27 14:35:10 dkf Exp $
'\"
.so man.macros
.TH Filesystem 3 8.4 Tcl "Tcl Library Procedures"
@@ -200,7 +200,7 @@ As for \fIpathPtr\fR, but used for the destination filename for a copy or
rename operation.
.AP "const char" *encodingName in
The encoding of the data stored in the
-file identified by \fIpathPtr\fR and to be evaluted.
+file identified by \fIpathPtr\fR and to be evaluated.
.AP "const char" *pattern in
Only files or directories matching this pattern will be returned.
.AP Tcl_GlobTypeData *types in
@@ -950,7 +950,7 @@ static Tcl_Filesystem vfsFilesystem = {
NULL,
/* Core will use stat for lstat */
NULL,
- /* No load; use the core fallback mechansism */
+ /* No load; use the core fallback mechanism */
NULL,
/* We don't need a getcwd or chdir; the core's own
* internal value is suitable */
@@ -1362,7 +1362,7 @@ will take that list and first increment its reference count before using it.
On completion of that use, Tcl will decrement its reference count. Hence if
the list should be disposed of by Tcl when done, it should have a
reference count of zero, and if the list should not be disposed of, the
-filesystem should ensure it returns an object with a refererence count
+filesystem should ensure it returns an object with a reference count
of at least one.
.SS FILEATTRSGETPROC
.PP
@@ -1432,7 +1432,7 @@ occurred in the process. If successful, the directory specified by
deleted without error. If this flag is not given, then and the
directory is non-empty a POSIX
.QW EEXIST
-error should be signalled. If an
+error should be signaled. If an
error does occur, the name of the file or directory which caused the
error should be placed in \fIerrorPtr\fR.
.SS DELETEFILEPROC