summaryrefslogtreecommitdiffstats
path: root/generic/tclPosixStr.c
diff options
context:
space:
mode:
authorhobbs <hobbs@noemail.net>1999-08-21 19:41:04 (GMT)
committerhobbs <hobbs@noemail.net>1999-08-21 19:41:04 (GMT)
commit48570f9b8d00718dff5ab60a00d85b600449201b (patch)
tree3fc85988e717e2cce2eb81a5ed46d32df63cc652 /generic/tclPosixStr.c
parent8977a920bffe4364024a506ec86ae4cdc3b7c14c (diff)
downloadtcl-48570f9b8d00718dff5ab60a00d85b600449201b.zip
tcl-48570f9b8d00718dff5ab60a00d85b600449201b.tar.gz
tcl-48570f9b8d00718dff5ab60a00d85b600449201b.tar.bz2
1999-08-20 Jeff Hobbs <hobbs@scriptics.com>
* generic/tclPosixStr.c: fixed typo [Bug: 2592] FossilOrigin-Name: bd454873887eb7d724b770e2ff241c6e2bd17429
Diffstat (limited to 'generic/tclPosixStr.c')
-rw-r--r--generic/tclPosixStr.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/generic/tclPosixStr.c b/generic/tclPosixStr.c
index 7e61d20..ded0024 100644
--- a/generic/tclPosixStr.c
+++ b/generic/tclPosixStr.c
@@ -11,7 +11,7 @@
* See the file "license.terms" for information on usage and redistribution
* of this file, and for a DISCLAIMER OF ALL WARRANTIES.
*
- * RCS: @(#) $Id: tclPosixStr.c,v 1.4 1999/04/16 00:46:52 stanton Exp $
+ * RCS: @(#) $Id: tclPosixStr.c,v 1.5 1999/08/21 19:41:04 hobbs Exp $
*/
#include "tclInt.h"
@@ -736,7 +736,7 @@ Tcl_ErrnoMsg(err)
case ENOPKG: return "package not installed";
#endif
#ifdef ENOPROTOOPT
- case ENOPROTOOPT: return "bad proocol option";
+ case ENOPROTOOPT: return "bad protocol option";
#endif
#ifdef ENOSPC
case ENOSPC: return "no space left on device";