Fix typo in command output
Fix a bunch of minor typo in user facing output. Signed-off-by: Luca Bruno <lucab@debian.org>
This commit is contained in:
committed by
Øyvind Harboe
parent
ac43d7a69f
commit
898dd3af46
@@ -525,7 +525,7 @@ static int ThreadX_create( struct target* target )
|
||||
}
|
||||
if ( i >= THREADX_NUM_PARAMS )
|
||||
{
|
||||
LOG_OUTPUT("Could not find target in ThreadX compatability list\r\n");
|
||||
LOG_OUTPUT("Could not find target in ThreadX compatibility list\r\n");
|
||||
return -1;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user