From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jeroen Hofstee Date: Wed, 08 Oct 2014 15:51:09 +0200 Subject: [U-Boot] [PATCH] fix typo in error message In-Reply-To: <20141008134714.GA19761@amd> References: <20141008134714.GA19761@amd> Message-ID: <5435414D.5020603@myspectrum.nl> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hello Pavel, On 08-10-14 15:47, Pavel Machek wrote: > Fix confusing typo in error message. > > Signed-off-by: Pavel Machek > > diff --git a/scripts/multiconfig.sh b/scripts/multiconfig.sh > index 4a8737f..811fa6e 100644 > --- a/scripts/multiconfig.sh > +++ b/scripts/multiconfig.sh > @@ -120,7 +120,7 @@ do_board_defconfig () { > > if [ ! -r $defconfig_path ]; then > echo >&2 "***" > - echo >&2 "*** Can't find default configuration \"confis/$1\"!" > + echo >&2 "*** Can't find default configuration \"configs/$1\"!" > echo >&2 "***" > exit 1 > fi > Already pending, see https://patchwork.ozlabs.org/patch/395589. Regards, Jeroen