From 16581194340b8dbeaaba84d346e7353941fcb6c8 Mon Sep 17 00:00:00 2001 From: hobbs Date: Sat, 21 Aug 1999 19:41:04 +0000 Subject: 1999-08-20 Jeff Hobbs * generic/tclPosixStr.c: fixed typo [Bug: 2592] --- generic/tclPosixStr.c | 4 ++-- 1 file 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"; -- cgit v0.12