Fixed error message typo. We don't want to miss errors when searching logs.

This commit is contained in:
Ferdi Franceschini
2014-01-15 14:37:05 +11:00
parent 68a746d46a
commit b1f09c3dd3

View File

@ -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);