diff mbox

[U-Boot] scripts/multiconfig.sh: Fix a typo

Message ID 1412178295-11979-1-git-send-email-yorksun@freescale.com
State Accepted
Delegated to: Tom Rini
Headers show

Commit Message

York Sun Oct. 1, 2014, 3:44 p.m. UTC
Fix the spelling of "configs".

Signed-off-by: York Sun <yorksun@freescale.com>
CC: Masahiro Yamada <yamada.m@jp.panasonic.com>
---
 scripts/multiconfig.sh |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Masahiro Yamada Oct. 1, 2014, 3:52 p.m. UTC | #1
Hi York,


2014-10-02 0:44 GMT+09:00 York Sun <yorksun@freescale.com>:
> Fix the spelling of "configs".
>
> Signed-off-by: York Sun <yorksun@freescale.com>
> CC: Masahiro Yamada <yamada.m@jp.panasonic.com>
> ---
>  scripts/multiconfig.sh |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> 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



Acked-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
Tom Rini Oct. 10, 2014, 2:42 p.m. UTC | #2
On Wed, Oct 01, 2014 at 08:44:55AM -0700, York Sun wrote:

> 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>

Applied to u-boot/master, thanks!
diff mbox

Patch

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