]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
scripts/multiconfig.sh: Fix a typo
authorYork Sun <yorksun@freescale.com>
Wed, 1 Oct 2014 15:44:55 +0000 (08:44 -0700)
committerTom Rini <trini@ti.com>
Fri, 10 Oct 2014 13:44:45 +0000 (09:44 -0400)
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>
scripts/multiconfig.sh

index 3dadd714e2bb776289596f5d4f420e4af69f177a..3a963c7973da5da0e37c0ac350ea7e4b1e2d59e1 100644 (file)
@@ -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