Date: Sat, 25 Jun 2016 02:07:12 +0000 (UTC) From: Glen Barber <gjb@FreeBSD.org> To: src-committers@freebsd.org, svn-src-user@freebsd.org Subject: svn commit: r302187 - user/gjb/thermite Message-ID: <201606250207.u5P27CeU094251@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: gjb Date: Sat Jun 25 02:07:12 2016 New Revision: 302187 URL: https://svnweb.freebsd.org/changeset/base/302187 Log: Spell 'virtual' correctly. Sponsored by: The FreeBSD Foundation Modified: user/gjb/thermite/thermite.sh Modified: user/gjb/thermite/thermite.sh ============================================================================== --- user/gjb/thermite/thermite.sh Fri Jun 24 23:43:19 2016 (r302186) +++ user/gjb/thermite/thermite.sh Sat Jun 25 02:07:12 2016 (r302187) @@ -357,7 +357,7 @@ upload_azure_image() { if [ -z "${AZURE_UPLOAD_CONF}" ]; then return 0 fi - info "Uploading Azure virutal machine image for build: ${_build}" + info "Uploading Azure virtual machine image for build: ${_build}" if [ ! -e "${CHROOTDIR}/${AZURE_UPLOAD_CONF}" ]; then cp -p ${AZURE_UPLOAD_CONF} ${CHROOTDIR}/${AZURE_UPLOAD_CONF} if [ $? -ne 0 ]; then @@ -390,7 +390,7 @@ upload_vagrant_image() { if [ -z "${VAGRANT_UPLOAD_CONF}" ]; then return 0 fi - info "Uploading Vagrant virutal machine image for build: ${_build}" + info "Uploading Vagrant virtual machine image for build: ${_build}" if [ ! -e "${CHROOTDIR}/${VAGRANT_UPLOAD_CONF}" ]; then cp -p ${VAGRANT_UPLOAD_CONF} \ ${CHROOTDIR}/${VAGRANT_UPLOAD_CONF} @@ -424,7 +424,7 @@ upload_gce_image() { if [ -z "${GCE_LOGIN_SKIP}" -o -z "${GCE_BUCKET}" ]; then return 0 fi - info "Uploading GCE virutal machine image for build: ${_build}" + info "Uploading GCE virtual machine image for build: ${_build}" if [ ! -d "${CHROOTDIR}/${GCE_CONFIG_DIR}" ]; then if [ ! -e "${GCE_CONFIG_PKG}" ]; then echo "Cannot locate config tarball."
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201606250207.u5P27CeU094251>