[oe-commits] Beth Flanagan : adt_installer_internal: fix spelling error

git at git.openembedded.org git at git.openembedded.org
Wed Jul 24 10:26:46 UTC 2013


Module: openembedded-core.git
Branch: master
Commit: 5ace1d88efc37b70516eeb1a609ea37a657a5ce0
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=5ace1d88efc37b70516eeb1a609ea37a657a5ce0

Author: Beth Flanagan <elizabeth.flanagan at intel.com>
Date:   Thu Jul 18 14:53:06 2013 -0700

adt_installer_internal: fix spelling error

s/envrionement/environment/

Signed-off-by: Beth Flanagan <elizabeth.flanagan at intel.com>
Signed-off-by: Saul Wold <sgw at linux.intel.com>

---

 .../adt-installer/scripts/adt_installer_internal   |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

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
 



More information about the Openembedded-commits mailing list