]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.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)
committerPaul Eggleton <paul.eggleton@linux.intel.com>
Mon, 29 Jul 2013 08:24:54 +0000 (09:24 +0100)
s/envrionement/environment/

(From OE-Core master rev: 5ace1d88efc37b70516eeb1a609ea37a657a5ce0)

Signed-off-by: Beth Flanagan <elizabeth.flanagan@intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
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