From b0115d256975145ad985d3be80177f63f5a53b21 Mon Sep 17 00:00:00 2001 From: Douglas Clowes Date: Wed, 28 Nov 2012 15:19:33 +1100 Subject: [PATCH] typos --- devexec.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/devexec.c b/devexec.c index 5aad35f2..1a0bfb20 100644 --- a/devexec.c +++ b/devexec.c @@ -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; }