diff options
| author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2024-08-15 20:44:42 (GMT) |
|---|---|---|
| committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2024-08-15 20:44:42 (GMT) |
| commit | 44ccb7c9cea3735f85deeeca64238106b295b170 (patch) | |
| tree | 18b7d7b323f17ccdb5624da38b4ae2ec0f9767c5 /macosx/tclMacOSXNotify.c | |
| parent | 8c68a9d3912423beddeddd9b1969f806bd987817 (diff) | |
| parent | f04510bad1aeb454472e2f91558c9904d68d2ee8 (diff) | |
| download | tcl-44ccb7c9cea3735f85deeeca64238106b295b170.zip tcl-44ccb7c9cea3735f85deeeca64238106b295b170.tar.gz tcl-44ccb7c9cea3735f85deeeca64238106b295b170.tar.bz2 | |
Improve bunch of error-messages
Diffstat (limited to 'macosx/tclMacOSXNotify.c')
| -rw-r--r-- | macosx/tclMacOSXNotify.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/macosx/tclMacOSXNotify.c b/macosx/tclMacOSXNotify.c index f7a2324..2a678c3 100644 --- a/macosx/tclMacOSXNotify.c +++ b/macosx/tclMacOSXNotify.c @@ -1776,7 +1776,7 @@ TclUnixWaitForFile( */ if (fd >= FD_SETSIZE) { - Tcl_Panic("TclUnixWaitForFile can't handle file id %d", fd); + Tcl_Panic("TclUnixWaitForFile cannot handle file id %d", fd); /* must never get here, or select masks overrun will occur below */ } #endif |
