From a7266334174fd1d875f871c642f1e31bc6e5351a Mon Sep 17 00:00:00 2001 From: Beth Flanagan Date: Thu, 18 Jul 2013 14:53:06 -0700 Subject: adt_installer_internal: fix spelling error s/envrionement/environment/ (From OE-Core rev: 5ace1d88efc37b70516eeb1a609ea37a657a5ce0) Signed-off-by: Beth Flanagan Signed-off-by: Saul Wold Signed-off-by: Richard Purdie --- .../installer/adt-installer/scripts/adt_installer_internal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta/recipes-devtools/installer') diff --git a/meta/recipes-devtools/installer/adt-installer/scripts/adt_installer_internal b/meta/recipes-devtools/installer/adt-installer/scripts/adt_installer_internal index 065bcc7..7931ff5 100755 --- a/meta/recipes-devtools/installer/adt-installer/scripts/adt_installer_internal +++ b/meta/recipes-devtools/installer/adt-installer/scripts/adt_installer_internal @@ -134,7 +134,7 @@ for native_target_type in $YOCTOADT_TARGETS; do $OPKG_INSTALL_NATIVE_CMD gdb-cross-canadian-$native_target_type &>> $YOCTOADT_INSTALL_LOG_FILE check_result - echo_info "Installing envrionement file for $native_target_type ..." + echo_info "Installing environment file for $native_target_type ..." $OPKG_INSTALL_NATIVE_CMD meta-environment-$native_target_type &>> $YOCTOADT_INSTALL_LOG_FILE check_result -- cgit v1.1