Spelling fixes
[oweals/cde.git] / cde / programs / dtdocbook / tcl / tclPosixStr.c
index 5a8fbe00606ade5086c0199ff2554554ee800726..06bb078f46a196da850470f033f0b62a9229447a 100644 (file)
@@ -834,7 +834,7 @@ Tcl_ErrnoMsg(err)
        case EPROTO: return "protocol error";
 #endif
 #ifdef EPROTONOSUPPORT
-       case EPROTONOSUPPORT: return "protocol not suppored";
+       case EPROTONOSUPPORT: return "protocol not supported";
 #endif
 #ifdef EPROTOTYPE
        case EPROTOTYPE: return "protocol wrong type for socket";
@@ -870,7 +870,7 @@ Tcl_ErrnoMsg(err)
        case ERREMOTE: return "object is remote";
 #endif
 #ifdef ESHUTDOWN
-       case ESHUTDOWN: return "can't send afer socket shutdown";
+       case ESHUTDOWN: return "can't send after socket shutdown";
 #endif
 #ifdef ESOCKTNOSUPPORT
        case ESOCKTNOSUPPORT: return "socket type not supported";