summaryrefslogtreecommitdiffstats
path: root/generic/tclFileSystem.h
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2022-10-20 15:31:47 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2022-10-20 15:31:47 (GMT)
commit5a7f45638f425ed4e56942f1ca3df6705bfd5d4a (patch)
tree903d13badcd141351df2816f0c1062489ee31818 /generic/tclFileSystem.h
parent50abb43dbe760b723114adb2d75e9697c9c5ce8e (diff)
downloadtcl-5a7f45638f425ed4e56942f1ca3df6705bfd5d4a.zip
tcl-5a7f45638f425ed4e56942f1ca3df6705bfd5d4a.tar.gz
tcl-5a7f45638f425ed4e56942f1ca3df6705bfd5d4a.tar.bz2
Fix [d554e5554e]: fix typo “defintion”
Diffstat (limited to 'generic/tclFileSystem.h')
-rw-r--r--generic/tclFileSystem.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/tclFileSystem.h b/generic/tclFileSystem.h
index 1eec7ff..e5dcffb 100644
--- a/generic/tclFileSystem.h
+++ b/generic/tclFileSystem.h
@@ -1,7 +1,7 @@
/*
* tclFileSystem.h --
*
- * This file contains the common defintions and prototypes for use by
+ * This file contains the common definitions and prototypes for use by
* Tcl's filesystem and path handling layers.
*
* Copyright (c) 2003 Vince Darley.