diff options
author | dgp <dgp@users.sourceforge.net> | 2020-01-08 21:39:12 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2020-01-08 21:39:12 (GMT) |
commit | d1f6dc44aae5f6e19c8acafcfd9fbb2998589f73 (patch) | |
tree | eef5e7b35213f2d9a0491eb1e98b40ffa8bd3a46 /doc/Panic.3 | |
parent | 780f4393966ac11b20908b77d1671119f66b63a8 (diff) | |
download | tcl-d1f6dc44aae5f6e19c8acafcfd9fbb2998589f73.zip tcl-d1f6dc44aae5f6e19c8acafcfd9fbb2998589f73.tar.gz tcl-d1f6dc44aae5f6e19c8acafcfd9fbb2998589f73.tar.bz2 |
s/in stead/instead/
Diffstat (limited to 'doc/Panic.3')
-rw-r--r-- | doc/Panic.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/Panic.3 b/doc/Panic.3 index af86665..5f4763f 100644 --- a/doc/Panic.3 +++ b/doc/Panic.3 @@ -50,7 +50,7 @@ In a freshly loaded Tcl library, \fBTcl_Panic\fR prints the formatted error message to the standard error file of the process, and then calls \fBabort\fR to terminate the process. \fBTcl_Panic\fR does not return. On Windows, when a debugger is running, the formatted error -message is sent to the debugger in stead. If the windows executable +message is sent to the debugger instead. If the windows executable does not have a stderr channel (e.g. \fBwish.exe\fR), then a system dialog box is used to display the panic message. .PP |