From 4e140a2de40476f58a7c1aefb6ff4e914000ca0f Mon Sep 17 00:00:00 2001 From: sudosurootdev Date: Sat, 4 Jan 2014 23:15:15 -0500 Subject: [PATCH] Spelling error. Upstream-commit: 2a1181f404387f6d530a86a6196b40a6dd541c20 Component: engine --- components/engine/hack/make.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/engine/hack/make.sh b/components/engine/hack/make.sh index 90683b6ead..fe0f9c175f 100755 --- a/components/engine/hack/make.sh +++ b/components/engine/hack/make.sh @@ -17,7 +17,7 @@ set -e # DO NOT CALL THIS SCRIPT DIRECTLY. # - The right way to call this script is to invoke "make" from # your checkout of the Docker repository. -# the Makefile will so a "docker build -t docker ." and then +# the Makefile will do a "docker build -t docker ." and then # "docker run hack/make.sh" in the resulting container image. #