summaryrefslogtreecommitdiffstats
path: root/generic/tclZipfs.c
diff options
context:
space:
mode:
Diffstat (limited to 'generic/tclZipfs.c')
-rw-r--r--generic/tclZipfs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/tclZipfs.c b/generic/tclZipfs.c
index 4e38b09..d08767b 100644
--- a/generic/tclZipfs.c
+++ b/generic/tclZipfs.c
@@ -1936,7 +1936,7 @@ ZipFSCatalogFilesystem(
}
zf->passBuf[k] = '\0';
}
- /* TODO - is this test necessary? WHen will mountPoint[0] be \0 ? */
+ /* TODO - is this test necessary? When will mountPoint[0] be \0 ? */
if (mountPoint[0] != '\0') {
hPtr = Tcl_CreateHashEntry(&ZipFS.fileHash, mountPoint, &isNew);
if (isNew) {