Fix typos (spelling)

r1995 | dcl | 2007-06-01 16:03:20 +1000 (Fri, 01 Jun 2007) | 2 lines
This commit is contained in:
Douglas Clowes
2007-06-01 16:03:20 +10:00
parent f98d8a876c
commit 6e919f84ff

View File

@@ -3,7 +3,7 @@
* from the device executor and from scan and batch commands. Clients can
* listen to this in order to figure out what is actually going on in a
* given SICS installation. This might in the end supersede the status code
* managment in status.c
* management in status.c
*
* copyright: see file COPYRIGHT
*
@@ -258,7 +258,7 @@ int StateMonFactory(SConnection *pCon, SicsInterp *pSics, void *pData,
if(argc > 1) {
pPtr = FindCommandData(pSics,argv[1],"ScanObject");
if(pPtr == NULL){
SCWrite(pCon,"ERROR: failked to locate scan object",eError);
SCWrite(pCon,"ERROR: failed to locate scan object",eError);
} else {
target = GetCallbackInterface(pPtr);
assert(target != NULL);