]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
toolchain-shar-extract.sh: fix typo ChenQi/typo-fix
authorChen Qi <Qi.Chen@windriver.com>
Tue, 28 Apr 2015 02:48:43 +0000 (10:48 +0800)
committerChen Qi <Qi.Chen@windriver.com>
Tue, 28 Apr 2015 06:44:22 +0000 (14:44 +0800)
Fix typo: overwritten -> overridden

Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
meta/files/toolchain-shar-extract.sh

index 8cb8783f97336ec4d3fdcaf5beda8a7723229d32..c8a1f5110059d7868cd4feb6edc7a92eb4cd46f3 100644 (file)
@@ -90,7 +90,7 @@ fi
 
 if [ -e "$target_sdk_dir/environment-setup-@REAL_MULTIMACH_TARGET_SYS@" ]; then
        echo "The directory \"$target_sdk_dir\" already contains a SDK for this architecture."
-       printf "If you continue, existing files will be overwritten! Proceed[y/N]?"
+       printf "If you continue, existing files will be overridden! Proceed[y/N]?"
 
        default_answer="n"
 else