# HG changeset patch # User Paul Issott # Date 1236795748 0 # Node ID 7ea3be71a57395331497d5f60d791773b29ad671 # Parent bf13de5cef135fa7c64226857be8d2263703c8ea Fix typos diff -r bf13de5cef13 -r 7ea3be71a573 tazusb --- a/tazusb Tue Mar 03 02:53:29 2009 +0100 +++ b/tazusb Wed Mar 11 18:22:28 2009 +0000 @@ -58,7 +58,7 @@ fi } -# Display a list of available partition. +# Display a list of available partitions. fdisk_list() { echo "----" @@ -96,7 +96,7 @@ fi } -#gets the UUID and filesystem type +# gets the UUID and filesystem type get_part_info() { UUID=`blkid -s UUID -o value $DEVICE` @@ -297,8 +297,8 @@ fi } -# Generate a virtual swap file in /home/swap. SliTaz boot script -# will active it, useful for low memory system +# Generate a virtual swap file in /home/swap. SliTaz boot scripts +# will activate it, useful for low memory systems gen_swap_file() { echo "" diff -r bf13de5cef13 -r 7ea3be71a573 tazusbbox --- a/tazusbbox Tue Mar 03 02:53:29 2009 +0100 +++ b/tazusbbox Wed Mar 11 18:22:28 2009 +0000 @@ -24,7 +24,7 @@ *) MAIN_MSG=" Generate SliTaz LiveUSB media and boot in RAM! Insert a LiveCD into -the cdrom driver, select the correct device and press Generate. +the cdrom drive, select the correct device and press Generate. " GENERATE_BUTTON="Generate" EXIT_BUTTON="Exit" ;;