tazusb rev 41
Fix typos
author | Paul Issott <paul@slitaz.org> |
---|---|
date | Wed Mar 11 18:22:28 2009 +0000 (2009-03-11) |
parents | bf13de5cef13 |
children | 46a88d0481f3 |
files | tazusb tazusbbox |
line diff
1.1 --- a/tazusb Tue Mar 03 02:53:29 2009 +0100 1.2 +++ b/tazusb Wed Mar 11 18:22:28 2009 +0000 1.3 @@ -58,7 +58,7 @@ 1.4 fi 1.5 } 1.6 1.7 -# Display a list of available partition. 1.8 +# Display a list of available partitions. 1.9 fdisk_list() 1.10 { 1.11 echo "----" 1.12 @@ -96,7 +96,7 @@ 1.13 fi 1.14 } 1.15 1.16 -#gets the UUID and filesystem type 1.17 +# gets the UUID and filesystem type 1.18 get_part_info() 1.19 { 1.20 UUID=`blkid -s UUID -o value $DEVICE` 1.21 @@ -297,8 +297,8 @@ 1.22 fi 1.23 } 1.24 1.25 -# Generate a virtual swap file in /home/swap. SliTaz boot script 1.26 -# will active it, useful for low memory system 1.27 +# Generate a virtual swap file in /home/swap. SliTaz boot scripts 1.28 +# will activate it, useful for low memory systems 1.29 gen_swap_file() 1.30 { 1.31 echo ""
2.1 --- a/tazusbbox Tue Mar 03 02:53:29 2009 +0100 2.2 +++ b/tazusbbox Wed Mar 11 18:22:28 2009 +0000 2.3 @@ -24,7 +24,7 @@ 2.4 *) 2.5 MAIN_MSG=" 2.6 Generate SliTaz LiveUSB media and boot in RAM! Insert a LiveCD into 2.7 -the cdrom driver, select the correct device and press Generate. 2.8 +the cdrom drive, select the correct device and press Generate. 2.9 " 2.10 GENERATE_BUTTON="Generate" 2.11 EXIT_BUTTON="Exit" ;;