Преглед на файлове

Merge pull request #3454 from sudosurootdev/master

Fix spelling error in hack/make.sh comment
Tianon Gravi преди 11 години
родител
ревизия
af50b2f17c
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      hack/make.sh

+ 1 - 1
hack/make.sh

@@ -17,7 +17,7 @@ set -e
 #   DO NOT CALL THIS SCRIPT DIRECTLY.
 #   DO NOT CALL THIS SCRIPT DIRECTLY.
 # - The right way to call this script is to invoke "make" from
 # - The right way to call this script is to invoke "make" from
 #   your checkout of the Docker repository. 
 #   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.
 #   "docker run hack/make.sh" in the resulting container image.
 #
 #