From 9a3ba4b3e1a6286cd1ccaafdb2c1d9960c91da9c Mon Sep 17 00:00:00 2001 From: Tim Miller Date: Mon, 18 Mar 2013 18:08:27 -0700 Subject: [PATCH] Fix typo in baremetal header comment. Change-Id: I553c37581c92dcdc13e0d8dcdb9c8be7309deaa1 --- lib/baremetal | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/baremetal b/lib/baremetal index 57048a1aa8..5326dd1ff1 100644 --- a/lib/baremetal +++ b/lib/baremetal @@ -33,7 +33,7 @@ # baremetal driver uses that to push a disk image onto the node(s). # # Below we define various defaults which control the behavior of the -# baremetal compute service, and inform it of the hardware it will contorl. +# baremetal compute service, and inform it of the hardware it will control. # # Below that, various functions are defined, which are called by devstack # in the following order: @@ -395,7 +395,7 @@ function upload_baremetal_image() { ${KERNEL_ID:+--property kernel_id=$KERNEL_ID} \ ${RAMDISK_ID:+--property ramdisk_id=$RAMDISK_ID} < "${IMAGE}" - # override DEFAULT_IMAGE_NAME so that tempest can find the image + # override DEFAULT_IMAGE_NAME so that tempest can find the image # that we just uploaded in glance DEFAULT_IMAGE_NAME="${IMAGE_NAME%.img}" }