From 2d36c99ac8482decc412265d8cb67dc7d1c4a94e Mon Sep 17 00:00:00 2001 From: Douglas Clowes Date: Fri, 25 May 2007 16:12:57 +1000 Subject: [PATCH] fix some spelling r1985 | dcl | 2007-05-25 16:12:57 +1000 (Fri, 25 May 2007) | 2 lines --- devexec.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/devexec.c b/devexec.c index bfd6911f..571634f8 100644 --- a/devexec.c +++ b/devexec.c @@ -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]);