diff options
author | hobbs <hobbs> | 1999-08-21 19:41:04 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 1999-08-21 19:41:04 (GMT) |
commit | 16581194340b8dbeaaba84d346e7353941fcb6c8 (patch) | |
tree | 3fc85988e717e2cce2eb81a5ed46d32df63cc652 /generic | |
parent | 4bfe5ab933e93ed3cdedf9ece36a051ac5678150 (diff) | |
download | tcl-16581194340b8dbeaaba84d346e7353941fcb6c8.zip tcl-16581194340b8dbeaaba84d346e7353941fcb6c8.tar.gz tcl-16581194340b8dbeaaba84d346e7353941fcb6c8.tar.bz2 |
1999-08-20 Jeff Hobbs <hobbs@scriptics.com>
* generic/tclPosixStr.c: fixed typo [Bug: 2592]
Diffstat (limited to 'generic')
-rw-r--r-- | generic/tclPosixStr.c | 4 |
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"; |