]> code.ossystems Code Review - openembedded-core.git/commitdiff
adt_installer_internal: fix spelling error
authorBeth Flanagan <elizabeth.flanagan@intel.com>
Thu, 18 Jul 2013 21:53:06 +0000 (14:53 -0700)
committerSaul Wold <sgw@linux.intel.com>
Mon, 22 Jul 2013 05:13:25 +0000 (22:13 -0700)
s/envrionement/environment/

Signed-off-by: Beth Flanagan <elizabeth.flanagan@intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
meta/recipes-devtools/installer/adt-installer/scripts/adt_installer_internal

index 065bcc7dad1a98d7d45bc21115e4744fe140c5f6..7931ff5cd97f098a83ddae1bd50bd54cfc8cdd43 100755 (executable)
@@ -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