diff --git a/protocol.c b/protocol.c index e1c87863..aa27a960 100644 --- a/protocol.c +++ b/protocol.c @@ -172,7 +172,7 @@ static int ContextDo(SConnection * pCon, SicsInterp * pSics, void *pData, comCon = SCCopyConnection(pCon); if (comCon == NULL) { - SCWrite(pCon, "EROOR: out of memory in contextdo", eError); + SCWrite(pCon, "ERROR: out of memory in contextdo", eError); return 0; } status = Tcl_GetInt(pSics->pTcl, argv[1], &comCon->transID);