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:
Luca Bruno
2011-07-10 16:58:31 +02:00
committed by Øyvind Harboe
parent ac43d7a69f
commit 898dd3af46
5 changed files with 5 additions and 5 deletions

View File

@@ -416,7 +416,7 @@ static int eCos_create( struct target* target )
}
if ( i >= ECOS_NUM_PARAMS )
{
LOG_OUTPUT("Could not find target in eCos compatability list\r\n");
LOG_OUTPUT("Could not find target in eCos compatibility list\r\n");
return -1;
}