Fix misc spelling errors found by lintian

Signed-off-by: Loc Minier <loic.minier@linaro.org>
This commit is contained in:
Loïc Minier
2011-02-03 22:04:26 +01:00
committed by Wolfgang Denk
parent f039ada5c1
commit 6052cbab40
8 changed files with 10 additions and 10 deletions

View File

@@ -588,7 +588,7 @@ int do_usb(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[])
break;
}
if (dev == NULL) {
printf("*** NO Device avaiable ***\n");
printf("*** No device available ***\n");
return 0;
} else {
usb_display_desc(dev);