diff options
| author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2019-08-22 12:19:04 (GMT) |
|---|---|---|
| committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2019-08-22 12:19:04 (GMT) |
| commit | 33b8dd931e270d9802ba796a6cd6c0e63b200237 (patch) | |
| tree | c4dd9b938773e509d89df8ba9583f0ded5b67bd8 /unix/tclUnixInit.c | |
| parent | 267c44f6ea7e0ec37ec45621f70c49237c1e9ef8 (diff) | |
| download | tcl-33b8dd931e270d9802ba796a6cd6c0e63b200237.zip tcl-33b8dd931e270d9802ba796a6cd6c0e63b200237.tar.gz tcl-33b8dd931e270d9802ba796a6cd6c0e63b200237.tar.bz2 | |
Fix [8566dc22f9]: various spelling fixes in comments
Diffstat (limited to 'unix/tclUnixInit.c')
| -rw-r--r-- | unix/tclUnixInit.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/unix/tclUnixInit.c b/unix/tclUnixInit.c index b1a4b24..93f2964 100644 --- a/unix/tclUnixInit.c +++ b/unix/tclUnixInit.c @@ -401,7 +401,7 @@ long tclMacOSXDarwinRelease = 0; * * TclpInitPlatform -- * - * Initialize all the platform-dependant things like signals and + * Initialize all the platform-dependent things like signals and * floating-point error handling. * * Called at process initialization time. |
