From owner-svn-src-user@freebsd.org Sat Jun 25 02:07:13 2016 Return-Path: Delivered-To: svn-src-user@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AE976B73BED for ; Sat, 25 Jun 2016 02:07:13 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7C47F2E77; Sat, 25 Jun 2016 02:07:13 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u5P27C41094252; Sat, 25 Jun 2016 02:07:12 GMT (envelope-from gjb@FreeBSD.org) Received: (from gjb@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u5P27CeU094251; Sat, 25 Jun 2016 02:07:12 GMT (envelope-from gjb@FreeBSD.org) Message-Id: <201606250207.u5P27CeU094251@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gjb set sender to gjb@FreeBSD.org using -f From: Glen Barber Date: Sat, 25 Jun 2016 02:07:12 +0000 (UTC) To: src-committers@freebsd.org, svn-src-user@freebsd.org Subject: svn commit: r302187 - user/gjb/thermite X-SVN-Group: user MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-user@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: "SVN commit messages for the experimental " user" src tree" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 25 Jun 2016 02:07:13 -0000 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."