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