fix doc
diff --git a/stack.sh b/stack.sh
index b580a4a..a7eacbf 100755
--- a/stack.sh
+++ b/stack.sh
@@ -674,7 +674,7 @@
 #   oneiric: http://uec-images.ubuntu.com/oneiric/current/oneiric-server-cloudimg-amd64.tar.gz
 
 if [[ "$ENABLED_SERVICES" =~ "g-reg" ]]; then
-    # Create a directory for the downloadedthe images tarballs.
+    # Create a directory for the downloaded image tarballs.
     mkdir -p $FILES/images
 
     for image_url in ${IMAGE_URLS//,/ }; do