diff -r 5d4020b8d22e -r 548b7aa23385 scripts/crosstool.sh --- a/scripts/crosstool.sh Mon Jan 28 18:40:31 2008 +0000 +++ b/scripts/crosstool.sh Thu Feb 14 22:44:34 2008 +0000 @@ -92,7 +92,7 @@ CT_DoLog ERROR "You asked to restart a non-restartable build" CT_DoLog ERROR "This happened because you didn't set CT_DEBUG_CT_SAVE_STEPS" CT_DoLog ERROR "in the config options for the previous build, or the state" - CT_DoLog ERROR "directoy for the previous build was deleted." + CT_DoLog ERROR "directory for the previous build was deleted." CT_Abort "I will stop here to avoid any carnage" fi @@ -187,7 +187,7 @@ mkdir -p "${CT_STATE_DIR}" # Kludge: CT_INSTALL_DIR and CT_PREFIX_DIR might have grown read-only if -# the previous build was successfull. To be able to move the logfile there, +# the previous build was successful. To be able to move the logfile there, # switch them back to read/write chmod -R u+w "${CT_INSTALL_DIR}" "${CT_PREFIX_DIR}"