Fix a bunch of minor typo in user facing output.
Signed-off-by: Luca Bruno <lucab@debian.org>
if (lpc3180_info->selected_controller == LPC3180_MLC_CONTROLLER)
command_print(CMD_CTX, "%s controller selected", selected[lpc3180_info->selected_controller]);
else{
- command_print(CMD_CTX, lpc3180_info->is_bulk?"%s controller selected bulk mode is avaliable":"%s controller selected bulk mode is not avaliable", selected[lpc3180_info->selected_controller]);
+ command_print(CMD_CTX, lpc3180_info->is_bulk?"%s controller selected bulk mode is available":"%s controller selected bulk mode is not available", selected[lpc3180_info->selected_controller]);
}
if (!set)
{
- LOG_ERROR("Hardware doesn't suppport page-level unprotect. "
+ LOG_ERROR("Hardware doesn't support page-level unprotect. "
"Try the 'recover' command.");
return ERROR_INVALID_ARGUMENTS;
}
}
if ( i >= FREERTOS_NUM_PARAMS )
{
- LOG_OUTPUT("Could not find target in FreeRTOS compatability list\r\n");
+ LOG_OUTPUT("Could not find target in FreeRTOS compatibility list\r\n");
return -1;
}
}
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;
}
}
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;
}