Commit 703a08f2b33b92f64277b0d06d10cc83bdc617f3

Authored by York Sun
Committed by Tom Rini
1 parent 16c429c9ea

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>

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

scripts/multiconfig.sh
... ... @@ -120,7 +120,7 @@
120 120  
121 121 if [ ! -r $defconfig_path ]; then
122 122 echo >&2 "***"
123   - echo >&2 "*** Can't find default configuration \"confis/$1\"!"
  123 + echo >&2 "*** Can't find default configuration \"configs/$1\"!"
124 124 echo >&2 "***"
125 125 exit 1
126 126 fi