Fixed error message typo. We don't want to miss errors when searching logs.
This commit is contained in:
@ -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);
|
||||
|
Reference in New Issue
Block a user