tazusb rev 108

tazusb: fix typo
author Christophe Lincoln <pankso@slitaz.org>
date Fri Mar 02 19:02:09 2012 +0100 (2012-03-02)
parents 12a36d113296
children 6e56d045fc97
files tazusb
line diff
     1.1 --- a/tazusb	Mon Feb 27 23:40:10 2012 +0100
     1.2 +++ b/tazusb	Fri Mar 02 19:02:09 2012 +0100
     1.3 @@ -244,7 +244,7 @@
     1.4  	
     1.5  	if [ ! -f /media/cdrom/boot/rootfs.gz -a \
     1.6  	     ! -f /media/cdrom/boot/rootfs1.gz ]; then
     1.7 -		echo ""; gettext "Unable to mount cdrom or to find a filesystem on it (rootfs.gz)."; ehco ""
     1.8 +		echo ""; gettext "Unable to mount cdrom or to find a filesystem on it (rootfs.gz)."; echo ""
     1.9  		exit 0
    1.10  	fi
    1.11  }