From 9e04fef3c96a73b48cb438780939a5967d1fc235 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Tue, 25 Sep 2018 13:29:29 -0500 Subject: [PATCH] typo --- build-support/docker/Release.dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-support/docker/Release.dockerfile b/build-support/docker/Release.dockerfile index d878668096a3..589a0aecccff 100644 --- a/build-support/docker/Release.dockerfile +++ b/build-support/docker/Release.dockerfile @@ -1,6 +1,6 @@ # This Dockerfile creates a production release image for the project. This # downloads the release from releases.hashicorp.com and therefore requires that -# the release is published before building the Docker iamge. +# the release is published before building the Docker image. # # We don't rebuild the software because we want the exact checksums and # binary signatures to match the software and our builds aren't fully