diff options
| author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2022-07-01 12:31:38 (GMT) |
|---|---|---|
| committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2022-07-01 12:31:38 (GMT) |
| commit | 1d76a99d63fd19b3fb78ce13276f80c70034819b (patch) | |
| tree | 36eada5aa9154ae9dd06bde73937d318bc030003 /unix | |
| parent | 14d065088bf79b9e32f20336730082b4533b0fea (diff) | |
| parent | 83253ae734a523f4c548f386cc890d065d6d3d1e (diff) | |
| download | tcl-1d76a99d63fd19b3fb78ce13276f80c70034819b.zip tcl-1d76a99d63fd19b3fb78ce13276f80c70034819b.tar.gz tcl-1d76a99d63fd19b3fb78ce13276f80c70034819b.tar.bz2 | |
Merge 8.7
Diffstat (limited to 'unix')
| -rw-r--r-- | unix/dltest/pkgooa.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/unix/dltest/pkgooa.c b/unix/dltest/pkgooa.c index 369d894..ec9fbfd 100644 --- a/unix/dltest/pkgooa.c +++ b/unix/dltest/pkgooa.c @@ -115,7 +115,7 @@ Pkgooa_Init( return TCL_ERROR; } if (tclStubsPtr == NULL) { - Tcl_AppendResult(interp, "Tcl stubs are not inialized, " + Tcl_AppendResult(interp, "Tcl stubs are not initialized, " "did you compile using -DUSE_TCL_STUBS? "); return TCL_ERROR; } @@ -123,11 +123,11 @@ Pkgooa_Init( return TCL_ERROR; } if (tclOOStubsPtr == NULL) { - Tcl_AppendResult(interp, "TclOO stubs are not inialized"); + Tcl_AppendResult(interp, "TclOO stubs are not initialized"); return TCL_ERROR; } if (tclOOIntStubsPtr == NULL) { - Tcl_AppendResult(interp, "TclOO internal stubs are not inialized"); + Tcl_AppendResult(interp, "TclOO internal stubs are not initialized"); return TCL_ERROR; } |
