From: York Sun <yorksun@freescale.com>
Date: Wed, 1 Oct 2014 15:44:55 +0000 (-0700)
Subject: scripts/multiconfig.sh: Fix a typo
X-Git-Tag: v2025.01-rc5-pxa1908~14558
X-Git-Url: http://git.dujemihanovic.xyz/%22/icons/right.gif/static/git-favicon.png?a=commitdiff_plain;h=703a08f2b33b92f64277b0d06d10cc83bdc617f3;p=u-boot.git

scripts/multiconfig.sh: Fix a typo

Fix the spelling of "configs".

Signed-off-by: York Sun <yorksun@freescale.com>
CC: Masahiro Yamada <yamada.m@jp.panasonic.com>
Acked-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
---

diff --git a/scripts/multiconfig.sh b/scripts/multiconfig.sh
index 3dadd714e2..3a963c7973 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