diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2019-08-22 12:20:13 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2019-08-22 12:20:13 (GMT) |
commit | 6f191069963104ecc445087cd2869e6e6469663e (patch) | |
tree | f40546d0c3216324025d7d7620afbcadac7e8f97 /unix/configure.in | |
parent | 3e5ccac63e1f2ebf2b0ff5a8e277b10cb63eefe3 (diff) | |
parent | 33b8dd931e270d9802ba796a6cd6c0e63b200237 (diff) | |
download | tcl-6f191069963104ecc445087cd2869e6e6469663e.zip tcl-6f191069963104ecc445087cd2869e6e6469663e.tar.gz tcl-6f191069963104ecc445087cd2869e6e6469663e.tar.bz2 |
Fix [8566dc22f9]: various spelling fixes in comments
Diffstat (limited to 'unix/configure.in')
-rw-r--r-- | unix/configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/unix/configure.in b/unix/configure.in index 61e408f..678a7a0 100644 --- a/unix/configure.in +++ b/unix/configure.in @@ -655,7 +655,7 @@ AC_MSG_RESULT([$tcl_ok]) #------------------------------------------------------------------------ # Check whether the timezone data is supplied by the OS or has # to be installed by Tcl. The default is autodetection, but can -# be overriden on the configure command line either way. +# be overridden on the configure command line either way. #------------------------------------------------------------------------ AC_MSG_CHECKING([for timezone data]) |