Small fixes

This commit is contained in:
Chris Teubert
2015-04-08 09:12:45 -07:00
parent d18904bbe2
commit 10bf4d63ac
3 changed files with 3 additions and 3 deletions

View File

@@ -423,7 +423,7 @@ short handleInput(struct XPCMessage * theMessage)
}
else
{ //unrecognized header
sprintf(logmsg,"[EXEC] ERROR: Command %s not recognised",theMessage->head);
sprintf(logmsg,"[EXEC] ERROR: Command %s not recognized",theMessage->head);
updateLog(logmsg, strlen(logmsg));
}
current_connection = -1;