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
This commit is contained in:
Frank Voorburg 2017-09-20 09:09:38 +00:00
parent 0e707de0ec
commit b611586f7b
1 changed files with 4 additions and 4 deletions

View File

@ -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
{