mirror of https://github.com/rusefi/openblt.git
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:
parent
0e707de0ec
commit
b611586f7b
|
@ -543,7 +543,7 @@ static void DisplaySessionInfo(uint32_t sessionType, void const * sessionSetting
|
||||||
if (sessionSettings == NULL) /*lint !e774 */
|
if (sessionSettings == NULL) /*lint !e774 */
|
||||||
{
|
{
|
||||||
/* No valid settings present. */
|
/* No valid settings present. */
|
||||||
printf(" -> Invalid setings specified\n");
|
printf(" -> Invalid settings specified\n");
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
@ -600,7 +600,7 @@ static void DisplayTransportInfo(uint32_t transportType, void const * transportS
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Output transport settings info. */
|
/* Output transport settings info. */
|
||||||
printf("Using transort layer settings:\n");
|
printf("Using transport layer settings:\n");
|
||||||
switch (transportType)
|
switch (transportType)
|
||||||
{
|
{
|
||||||
case BLT_TRANSPORT_XCP_V10_RS232:
|
case BLT_TRANSPORT_XCP_V10_RS232:
|
||||||
|
@ -610,7 +610,7 @@ static void DisplayTransportInfo(uint32_t transportType, void const * transportS
|
||||||
if (transportSettings == NULL) /*lint !e774 */
|
if (transportSettings == NULL) /*lint !e774 */
|
||||||
{
|
{
|
||||||
/* No valid settings present. */
|
/* No valid settings present. */
|
||||||
printf(" -> Invalid setings specified\n");
|
printf(" -> Invalid settings specified\n");
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
@ -638,7 +638,7 @@ static void DisplayTransportInfo(uint32_t transportType, void const * transportS
|
||||||
if (transportSettings == NULL) /*lint !e774 */
|
if (transportSettings == NULL) /*lint !e774 */
|
||||||
{
|
{
|
||||||
/* No valid settings present. */
|
/* No valid settings present. */
|
||||||
printf(" -> Invalid setings specified\n");
|
printf(" -> Invalid settings specified\n");
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue