diff options
Diffstat (limited to 'tools/mkdepend.tcl')
-rw-r--r-- | tools/mkdepend.tcl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/mkdepend.tcl b/tools/mkdepend.tcl index 6e3d6ed..b02e396 100644 --- a/tools/mkdepend.tcl +++ b/tools/mkdepend.tcl @@ -252,7 +252,7 @@ proc compressDeps {depends} { # Adds a new set of path and replacement string to the global list. # # Arguments: -# newPathInfo comma seperated path and replacement string +# newPathInfo comma separated path and replacement string # # Results: # None. @@ -296,7 +296,7 @@ proc readInputListFile {objectListFile} { set fl [read $f] close $f - # fix native path seperator so it isn't treated as an escape. + # fix native path separator so it isn't treated as an escape. regsub -all {\\} $fl {/} fl # Treat the string as a list so filenames between double quotes are |