Browse code

fix doc

Anthony Young authored on 2011/10/15 02:20:30
Showing 1 changed files
... ...
@@ -674,7 +674,7 @@ screen_it dash "cd $DASH_DIR && sudo /etc/init.d/apache2 restart; sudo tail -f /
674 674
 #   oneiric: http://uec-images.ubuntu.com/oneiric/current/oneiric-server-cloudimg-amd64.tar.gz
675 675
 
676 676
 if [[ "$ENABLED_SERVICES" =~ "g-reg" ]]; then
677
-    # Create a directory for the downloadedthe images tarballs.
677
+    # Create a directory for the downloaded image tarballs.
678 678
     mkdir -p $FILES/images
679 679
 
680 680
     for image_url in ${IMAGE_URLS//,/ }; do