typos
This commit is contained in:
@ -680,7 +680,7 @@ int CheckExeList(pExeList self)
|
||||
assert(self);
|
||||
|
||||
/* Sometimes this gets called, though nothing is running. There are
|
||||
cases where this is feasible for maintainance, but in some cases it
|
||||
cases where this is feasible for maintenance, but in some cases it
|
||||
is pure rubbish, because nothing runs. This will be checked here.
|
||||
*/
|
||||
if (testFinish(self) == 1) {
|
||||
@ -1263,7 +1263,7 @@ int DevexecAction(SConnection * pCon, SicsInterp * pSics, void *pData,
|
||||
|
||||
pExeList self = (pExeList) pData;
|
||||
if (argc < 2) {
|
||||
SCWrite(pCon, "ERROR: not enough argumentd to devexec command",
|
||||
SCWrite(pCon, "ERROR: not enough arguments to devexec command",
|
||||
eError);
|
||||
return 0;
|
||||
}
|
||||
|
Reference in New Issue
Block a user