From b611586f7bf15bb79bd1d31bcf91754e2f78fbfe Mon Sep 17 00:00:00 2001 From: Frank Voorburg Date: Wed, 20 Sep 2017 09:09:38 +0000 Subject: [PATCH] Refs #371. Corrected a few minor typos in BootCommander info strings. git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@367 5dc33758-31d5-4daf-9ae8-b24bf3d40d73 --- Host/Source/BootCommander/main.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Host/Source/BootCommander/main.c b/Host/Source/BootCommander/main.c index dcd7ac0f..f2a8d4e0 100644 --- a/Host/Source/BootCommander/main.c +++ b/Host/Source/BootCommander/main.c @@ -543,7 +543,7 @@ static void DisplaySessionInfo(uint32_t sessionType, void const * sessionSetting if (sessionSettings == NULL) /*lint !e774 */ { /* No valid settings present. */ - printf(" -> Invalid setings specified\n"); + printf(" -> Invalid settings specified\n"); } else { @@ -600,7 +600,7 @@ static void DisplayTransportInfo(uint32_t transportType, void const * transportS } /* Output transport settings info. */ - printf("Using transort layer settings:\n"); + printf("Using transport layer settings:\n"); switch (transportType) { case BLT_TRANSPORT_XCP_V10_RS232: @@ -610,7 +610,7 @@ static void DisplayTransportInfo(uint32_t transportType, void const * transportS if (transportSettings == NULL) /*lint !e774 */ { /* No valid settings present. */ - printf(" -> Invalid setings specified\n"); + printf(" -> Invalid settings specified\n"); } else { @@ -638,7 +638,7 @@ static void DisplayTransportInfo(uint32_t transportType, void const * transportS if (transportSettings == NULL) /*lint !e774 */ { /* No valid settings present. */ - printf(" -> Invalid setings specified\n"); + printf(" -> Invalid settings specified\n"); } else {