fix some spelling
r1985 | dcl | 2007-05-25 16:12:57 +1000 (Fri, 25 May 2007) | 2 lines
This commit is contained in:
@ -481,7 +481,7 @@ typedef struct {
|
||||
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((self->pOwner == NULL) || (LLDcheck(self->iList) == LIST_EMPTY))
|
||||
@ -729,7 +729,7 @@ static int testFinish(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){
|
||||
@ -1277,7 +1277,7 @@ static int testFinish(pExeList self){
|
||||
pExeList self = (pExeList)pData;
|
||||
if(argc < 2)
|
||||
{
|
||||
SCWrite(pCon,"ERROR: not enough argumentd to devexec command",eError);
|
||||
SCWrite(pCon,"ERROR: not enough arguments to devexec command",eError);
|
||||
return 0;
|
||||
}
|
||||
strtolower(argv[1]);
|
||||
|
Reference in New Issue
Block a user