spellchecking
authorVince Darley <vincentdarley@sourceforge.net>
Wed, 16 Jul 2003 09:34:26 +0000 (09:34 +0000)
committerVince Darley <vincentdarley@sourceforge.net>
Wed, 16 Jul 2003 09:34:26 +0000 (09:34 +0000)
doc/vfs-filesystems.man
doc/vfs-fsapi.man
doc/vfs.man

index 7dee19c52d993234998471e859dd7d368259245a..f25b02a26d79dcf6501532f414c66d2b7d2a33c4 100644 (file)
@@ -5,7 +5,7 @@
 [moddesc   {Tcl-level Virtual Filesystems}]
 [titledesc {Filesystems provided by tclvfs}]
 [require Tcl 8.4]
-[require vfs [opt 1.2]]
+[require vfs [opt 1.2.1]]
 [require vfs::zip     [opt 1.0]]
 [require vfs::mk4     [opt 1.6]]
 [require vfs::tar     [opt 0.9]]
@@ -34,7 +34,7 @@ Currently supported are ftp, tar, http, zip, mk4, ns, and webdav.
 
 In addition there is the ability to mount any 'urltype' as a new
 directory, provided an appropriate vfs is supported.  This means that
-you can treat urls based on the schmes [emph ftp://], [emph http://]
+you can treat urls based on the schemes [emph ftp://], [emph http://]
 and [emph file://] as files.  To do this, simply evaluate the command
 
 [cmd {vfs::urltype::Mount ftp}]
index 4a36491a22b5774d012e292b8c5500bf844c5ad2..a7b77ec4580539c417bb9587a020b91639ee428b 100644 (file)
@@ -5,7 +5,7 @@
 [moddesc   {Tcl-level Virtual Filesystems}]
 [titledesc {API for the implementation of a filesystem in Tcl}]
 [require Tcl 8.4]
-[require vfs [opt 1.2]]
+[require vfs [opt 1.2.1]]
 [description]
 
 This document explains the API used by the package [package vfs]
@@ -102,7 +102,7 @@ example outlined above its value will be [file C:/foo/bar/mount.zip].
 [lst_item [arg relative]]
 
 Part of the specification of the path to operate upon. It contains the
-part of the path which lies inside this filesytem. For example
+part of the path which lies inside this filesystem. For example
 outlined above its value will be [file xxx/yyy].
 
 [lst_item [arg actualpath]]
@@ -190,7 +190,7 @@ implementation greatly in this task.
 
 [call [cmd vfshandler] [method open] [arg root] [arg relative] [arg actualpath] [arg mode] [arg permissions]]
 
-Either returns a list describing the sucessfully opened file, or
+Either returns a list describing the successfully opened file, or
 throws an error describing how the operation failed.
 
 [nl]
@@ -211,7 +211,7 @@ the first element of the list is closed. Additionally all available
 data will have been flushed into it. This means, for example, that the
 callback can seek to the beginning of the said channel, read its
 contents and then store the gathered data elsewhere. In other words,
-this callback is not only crucical to the cleanup of any resouces
+this callback is not only crucial to the cleanup of any resources
 associated with an opened file, but also for the ability to implement
 a filesystem which can be written to.
 
index 09f2205b3963ed6a18b1c368ae3e303ad931f6b8..6d723a762ec6a2dc132d881b6d5c0ca69363809f 100644 (file)
@@ -5,7 +5,7 @@
 [moddesc   {Tcl-level Virtual Filesystems}]
 [titledesc {Filesystem management in Tcl}]
 [require Tcl 8.4]
-[require vfs [opt 1.2]]
+[require vfs [opt 1.2.1]]
 [description]
 
 The package [package vfs] provides commands to query, mount and