From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andy Pont Date: Thu, 3 Feb 2011 14:28:51 -0000 Subject: [U-Boot] [PATCH V2] Fix misc spelling errors found by lintian In-Reply-To: <1296742691-25710-1-git-send-email-loic.minier@linaro.org> References: <1296737407-7139-1-git-send-email-loic.minier@linaro.org> <1296742691-25710-1-git-send-email-loic.minier@linaro.org> Message-ID: <012501cbc3ae$ae525bf0$0af713d0$@pont@sdcsystems.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Loic wrote... > diff --git a/common/cmd_usb.c b/common/cmd_usb.c > index b04a8df..7fcc61a 100644 > --- a/common/cmd_usb.c > +++ b/common/cmd_usb.c > @@ -580,7 +580,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"); Should this be further amended to be all upper case or all words starting with an upper case character rather than the current random looking collection? Andy.