Fix a bunch of minor typo in user facing output.

Signed-off-by: Luca Bruno <[email protected]>
---
 src/flash/nand/lpc3180.c  |    2 +-
 src/flash/nor/stellaris.c |    2 +-
 src/rtos/FreeRTOS.c       |    2 +-
 src/rtos/ThreadX.c        |    2 +-
 src/rtos/eCos.c           |    2 +-
 5 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/src/flash/nand/lpc3180.c b/src/flash/nand/lpc3180.c
index 4cd4c6f..f196af7 100644
--- a/src/flash/nand/lpc3180.c
+++ b/src/flash/nand/lpc3180.c
@@ -1317,7 +1317,7 @@ COMMAND_HANDLER(handle_lpc3180_select_command)
       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]);
       }
  
 
diff --git a/src/flash/nor/stellaris.c b/src/flash/nor/stellaris.c
index e57943c..89cc8ef 100644
--- a/src/flash/nor/stellaris.c
+++ b/src/flash/nor/stellaris.c
@@ -783,7 +783,7 @@ static int stellaris_protect(struct flash_bank *bank, int 
set, int first, int la
 
        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;
        }
diff --git a/src/rtos/FreeRTOS.c b/src/rtos/FreeRTOS.c
index 2aa4565..40da925 100644
--- a/src/rtos/FreeRTOS.c
+++ b/src/rtos/FreeRTOS.c
@@ -472,7 +472,7 @@ static int FreeRTOS_create( struct target* target )
        }
        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;
        }
 
diff --git a/src/rtos/ThreadX.c b/src/rtos/ThreadX.c
index 8dc4640..1ce47a2 100644
--- a/src/rtos/ThreadX.c
+++ b/src/rtos/ThreadX.c
@@ -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;
        }
 
diff --git a/src/rtos/eCos.c b/src/rtos/eCos.c
index c26b66a..f301a35 100644
--- a/src/rtos/eCos.c
+++ b/src/rtos/eCos.c
@@ -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;
        }
 
-- 
1.7.5.4

_______________________________________________
Openocd-development mailing list
[email protected]
https://lists.berlios.de/mailman/listinfo/openocd-development

Reply via email to