diff options
| -rw-r--r-- | generic/tcl.decls | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/tcl.decls b/generic/tcl.decls index 301d9ef..0d29ba5 100644 --- a/generic/tcl.decls +++ b/generic/tcl.decls @@ -614,7 +614,7 @@ declare 166 { } # Tcl_GetOpenFile is only available on unix, but it is a part of the old -# generic interface, so we inlcude it here for compatibility reasons. +# generic interface, so we include it here for compatibility reasons. declare 167 unix { int Tcl_GetOpenFile(Tcl_Interp *interp, const char *chanID, int forWriting, |
