Fix a spelling error s/sucessfully/successfully/

This commit is contained in:
Douglas Clowes
2015-07-24 12:29:52 +10:00
parent ef8b2a2eed
commit d89851dc6a

View File

@ -360,7 +360,7 @@ int DriveWrapper(SConnection * pCon, SicsInterp * pSics, void *pData,
ClearExecutor(GetExecutor()); ClearExecutor(GetExecutor());
return 0; return 0;
} }
SCWrite(pCon, "Driving finished sucessfully", eValue); SCWrite(pCon, "Driving finished successfully", eValue);
return 1; return 1;
} }
@ -397,7 +397,7 @@ int RunWrapper(SConnection * pCon, SicsInterp * pSics, void *pData,
return 0; return 0;
} }
/* interprete arguments as pairs name value and try to start */ /* interpret arguments as pairs name value and try to start */
for (i = 1; i < argc; i += 2) { for (i = 1; i < argc; i += 2) {
if (argv[i + 1] == NULL) { if (argv[i + 1] == NULL) {
snprintf(pBueffel,511, "ERROR: no value found for driving %s", argv[i]); snprintf(pBueffel,511, "ERROR: no value found for driving %s", argv[i]);