slitaz-tools rev 252

Fix spelling, typos, wording, etc.
author Mike D. Smith <MikeDSmith25@gmail.com>
date Sat Jul 19 06:35:45 2008 +0000 (2008-07-19)
parents 5de884166be4
children 45c86f8c6c0e
files installer/en.msg installer/slitaz-installer lib/libmountbox rootcd/README rootcd/index.html rootfs/etc/firewall.conf rootfs/etc/init.d/crond rootfs/etc/init.d/firewall rootfs/usr/share/applications/netbox.desktop rootfs/usr/share/examples/README rootfs/usr/share/examples/etc/fstab tinyutils/burnbox tinyutils/desktopbox tinyutils/gztazmod.sh tinyutils/mktazdevs.sh tinyutils/mountbox tinyutils/netbox tinyutils/setmixer tinyutils/subox tinyutils/tazfile tinyutils/tazkeymap tinyutils/tazlocale tinyutils/tazx tinyutils/torrentbox
line diff
     1.1 --- a/installer/en.msg	Sat Jul 19 00:02:08 2008 +0000
     1.2 +++ b/installer/en.msg	Sat Jul 19 06:35:45 2008 +0000
     1.3 @@ -1,4 +1,4 @@
     1.4 -# slitaz-installer: French translation.
     1.5 +# slitaz-installer: English translation.
     1.6  
     1.7  # start_install
     1.8  START_INSTALL_MSG="\n
     1.9 @@ -18,7 +18,7 @@
    1.10  ASK_FOR_MKFS_TARGET_DEV_MSG="\n
    1.11  SliTaz will be installed on the partition : $TARGET_DEV\n\n
    1.12  The next step lets you format the target partition into ext3. Ext3 is a robust, \
    1.13 -stable and journalised filesystem. If the partition is already formated you \
    1.14 +stable and journaled filesystem. If the partition is already formated you \
    1.15  can skip this stage, if not just accept. Warning formating a partition will \
    1.16  destroy all current data.\n\n
    1.17  \Z2Do you wish to format the partition in ext3 ?\Zn" 
    1.18 @@ -26,13 +26,13 @@
    1.19  # ask_for_hostname
    1.20  ASK_FOR_HOSTNAME_MSG="\n
    1.21  Hostname configuration allows you to specify the machine name. The hostname is used \
    1.22 -internally to identify the host on the network. This value can be changed when \
    1.23 +internally to identify the host on the network. This value can be changed after \
    1.24  the system is installed.\n\n
    1.25  \Z2Hostname:\Zn"
    1.26  
    1.27  # grub_install
    1.28  GRUB_INSTALL_MSG="\n
    1.29 -You have now the option to install the GRUB bootloader which is capable of \
    1.30 +You now have the option to install the GRUB bootloader which is capable of \
    1.31  booting any kind of operating system. If you want to use an existing \
    1.32  GRUB installation, skip this step and add the correct lines to your GRUB \
    1.33  configuration file (menu.lst). Note that the SliTaz Installer creates a \
     2.1 --- a/installer/slitaz-installer	Sat Jul 19 00:02:08 2008 +0000
     2.2 +++ b/installer/slitaz-installer	Sat Jul 19 06:35:45 2008 +0000
     2.3 @@ -3,7 +3,7 @@
     2.4  #
     2.5  # So this is SliTaz installer using dialog boxes. All the comments are in
     2.6  # English but displayed messages are in French. The script starts with a
     2.7 -# few main variables, then all the functions and then a sequece of functions.
     2.8 +# few main variables, then all the functions and then a sequence of functions.
     2.9  #
    2.10  # (C) 2007-2008 SliTaz - GNU General Public License v3.
    2.11  #
    2.12 @@ -84,7 +84,7 @@
    2.13  	esac
    2.14  }
    2.15  
    2.16 -# Start install with basic informations.
    2.17 +# Start install with basic information.
    2.18  start_installer()
    2.19  {
    2.20  	$DIALOG --title " Install or Upgrade " \
    2.21 @@ -138,7 +138,7 @@
    2.22  	fi
    2.23  }
    2.24  
    2.25 -# Display a list of available partition.
    2.26 +# Display a list of available partitions.
    2.27  fdisk_list()
    2.28  {
    2.29  	LIST_PARTITIONS=`fdisk -l | grep ^/dev | sed s/'e Win95'/'e'/g`
    2.30 @@ -149,7 +149,7 @@
    2.31  $LIST_PARTITIONS" 18 70
    2.32  }
    2.33  
    2.34 -# We need a partition to install (inputbox).
    2.35 +# We need a partition to install to (inputbox).
    2.36  ask_for_target_dev()
    2.37  {
    2.38  	exec 3>&1
    2.39 @@ -160,7 +160,7 @@
    2.40  	retval=$?
    2.41  	exec 3>&-
    2.42  	check_retval
    2.43 -	# Display list and comme back.
    2.44 +	# Display list and come back.
    2.45  	if [ "$retval" = "3" ]; then
    2.46  		fdisk_list
    2.47  		ask_for_target_dev
    2.48 @@ -170,7 +170,7 @@
    2.49  		ask_for_target_dev
    2.50  	fi
    2.51  	set_messages
    2.52 -	# Check if specified device exist in /proc/partitions.
    2.53 +	# Check if specified device exists in /proc/partitions.
    2.54  	DEV_NAME=${TARGET_DEV#/dev/}
    2.55  	if cat /proc/partitions | grep -q $DEV_NAME; then
    2.56  		echo "ask_for_target_dev: $TARGET_DEV" >>$LOG
    2.57 @@ -240,7 +240,7 @@
    2.58  	mount $TARGET_DEV $TARGET_ROOT >>$LOG 2>>$LOG
    2.59  }
    2.60  
    2.61 -# Ask for hostanme before installing files.
    2.62 +# Ask for hostname before installing files.
    2.63  ask_for_hostname()
    2.64  {
    2.65  	exec 3>&1
    2.66 @@ -285,7 +285,7 @@
    2.67  	sleep 2
    2.68  }
    2.69  
    2.70 -# Kernel is rename to standard vmlinuz-$VERSION.
    2.71 +# Kernel is renamed to standard vmlinuz-$VERSION.
    2.72  install_kernel()
    2.73  {
    2.74  	mkdir -p $TARGET_ROOT/boot
    2.75 @@ -327,7 +327,7 @@
    2.76  # /etc/skel (60%)
    2.77  gen_etc_skel()
    2.78  {
    2.79 -	#Maybe we don't have /home/hacker directory
    2.80 +	# Maybe we don't have /home/hacker directory
    2.81  	if [ -d $TARGET_ROOT/home/hacker ]; then
    2.82  		echo "XXX" && echo 60
    2.83  		echo -e "\nCopie des fichiers utilisateurs par défaut (/etc/skel)..."
    2.84 @@ -350,7 +350,7 @@
    2.85  pre_config_system()
    2.86  {
    2.87  	cd $TARGET_ROOT
    2.88 -	# Restore backup of existing /home if exist.
    2.89 +	# Restore backup of existing /home if exists.
    2.90  	# (created by prepare_target_dev)
    2.91  	if [ -d home.bak ]; then
    2.92  		echo "XXX" && echo 75
    2.93 @@ -375,7 +375,7 @@
    2.94  	sleep 2
    2.95  }
    2.96  
    2.97 -# Determin GRUB partition number and GRUB disk number.
    2.98 +# Determine GRUB partition number and GRUB disk number.
    2.99  grub_config()
   2.100  {
   2.101  	DISK_LETTER=${TARGET_DEV#/dev/[h-s]d}
   2.102 @@ -390,7 +390,7 @@
   2.103  		fi
   2.104  	done
   2.105  	GRUB_ROOT="(hd${GRUB_DISK},${GRUB_PARTITION})"
   2.106 -	# Creat the target GRUB configuration.
   2.107 +	# Create the target GRUB configuration.
   2.108  	mkdir -p $TARGET_ROOT/boot/grub
   2.109  	cat > $TARGET_ROOT/boot/grub/menu.lst << _EOF_
   2.110  # /boot/grub/menu.lst: GRUB boot loader configuration.
   2.111 @@ -586,7 +586,7 @@
   2.112  	retval=$?
   2.113  	exec 3>&-
   2.114  	check_retval
   2.115 -	# Display list and comme back.
   2.116 +	# Display list and come back.
   2.117  	if [ "$retval" = "3" ]; then
   2.118  		fdisk_list
   2.119  		ask_for_upgrade_dev
   2.120 @@ -595,7 +595,7 @@
   2.121  	if [ -z $UPGRADE_DEV ]; then
   2.122  		ask_for_upgrade_dev
   2.123  	fi
   2.124 -	# Check if specified device exist in /proc/partitions.
   2.125 +	# Check if specified device exists in /proc/partitions.
   2.126  	DEV_NAME=${UPGRADE_DEV#/dev/}
   2.127  	if cat /proc/partitions | grep -q $DEV_NAME; then
   2.128  		echo "ask_for_target_dev: $TARGET_DEV" >>$LOG
   2.129 @@ -650,8 +650,8 @@
   2.130  	do
   2.131  		case "$dir" in
   2.132  			boot)
   2.133 -				# Upgrade dont prompt for grub install, so backup and creat a
   2.134 -				# new grub menu.lst.
   2.135 +				# Upgrade doesn't prompt for grub install, so backup and
   2.136 +				# create a new grub menu.lst.
   2.137  				rm -rf $TARGET_ROOT/boot/vmlinuz-*
   2.138  				mv $TARGET_ROOT/boot/grub/menu.lst \
   2.139  					$TARGET_ROOT/boot/grub/menu.lst.bak 2>/dev/null
   2.140 @@ -758,7 +758,7 @@
   2.141  		fi
   2.142  	done
   2.143  
   2.144 -	# Calculate the pourcent for one package and install.
   2.145 +	# Calculate the percent for one package and install.
   2.146  	echo "XXX" && echo 50
   2.147  	echo -e "\nInstallation des éventuels paquets..."
   2.148  	echo "XXX"
   2.149 @@ -777,7 +777,7 @@
   2.150  			echo "XXX"
   2.151  			# Log please.
   2.152  			echo "get-install: $pkg" >>$LOG
   2.153 -			# Get install package and anser yes in case of dependencies.
   2.154 +			# Get install package and answer yes in case of dependencies.
   2.155  			pkgname=`grep ^$pkg /var/lib/tazpkg/packages.list`
   2.156  			tazpkg get $pkg >/dev/null 2>/dev/null
   2.157  			yes "" | tazpkg install $pkgname.tazpkg --root=$TARGET_ROOT >/dev/null 2>/dev/null
     3.1 --- a/lib/libmountbox	Sat Jul 19 00:02:08 2008 +0000
     3.2 +++ b/lib/libmountbox	Sat Jul 19 06:35:45 2008 +0000
     3.3 @@ -1,7 +1,7 @@
     3.4  #!/bin/sh
     3.5  #
     3.6 -# Libmountbox provide devices list in suitable format for GTK tree
     3.7 -# and varius dialog boxes to mount, umount, etc.
     3.8 +# Libmountbox provides devices list in suitable format for GTK tree
     3.9 +# and various dialog boxes to mount, umount, etc.
    3.10  #
    3.11  # (C) 2008 - SliTaz GNU/Linux project.
    3.12  #
    3.13 @@ -10,7 +10,7 @@
    3.14  usage()
    3.15  {
    3.16  	echo -e "\nUsage: $0 command\n
    3.17 -Outpout commads:
    3.18 +Output commands:
    3.19    list-mounted      List all mounted devices in suitable GTK tree format.
    3.20    list-umounted     List all umounted in suitable GTK tree format.
    3.21    
    3.22 @@ -19,7 +19,7 @@
    3.23    umounted-fs-infos  Display a umounted devices infos with actions.\n"
    3.24  }
    3.25  
    3.26 -# Format df -h output fot GTK tree.
    3.27 +# Format df -h output for GTK tree.
    3.28  mounted_fs_data()
    3.29  {
    3.30  	SIZE=`echo $RES | cut -d " " -f 2`
    3.31 @@ -56,7 +56,7 @@
    3.32  			else
    3.33  				BOOT="-"
    3.34  			fi
    3.35 -			# Skip swap, extended part and mounted.
    3.36 +			# Skip swap, extended, and mounted partitions.
    3.37  			if echo $RES | grep -q "swap" || echo $RES | grep -q "Extended" ; then
    3.38  				continue
    3.39  			elif mount | grep -q "^$dev"; then
    3.40 @@ -66,7 +66,7 @@
    3.41  			fi
    3.42  		done ;;
    3.43  	mounted-fs-infos)
    3.44 -		# Mounted fs infos and actions, rootfs or other fs.
    3.45 +		# Mounted fs info and actions, rootfs or other fs.
    3.46  		#
    3.47  		if [ "$MOUNTED" == "/dev/root" ]; then
    3.48  			export MOUNTED_DEVICE="
    3.49 @@ -136,7 +136,7 @@
    3.50  		gtkdialog --center --program=MOUNTED_DEVICE
    3.51  		fi ;;
    3.52  	umounted-fs-infos)
    3.53 -		# Mounted fs infos and actions, rootfs or other fs.
    3.54 +		# Mounted fs info and actions, rootfs or other fs.
    3.55  		#
    3.56  		UUID=`blkid | grep ^$DEVICE | sed 's/.*UUID=\"\([^ ]*\)\".*/\1/'`
    3.57  		TYPE=`blkid | grep ^$DEVICE | sed 's/.*TYPE=\"\([^ ]*\)\".*/\1/'`
     4.1 --- a/rootcd/README	Sat Jul 19 00:02:08 2008 +0000
     4.2 +++ b/rootcd/README	Sat Jul 19 06:35:45 2008 +0000
     4.3 @@ -33,9 +33,9 @@
     4.4  English
     4.5  -------
     4.6  SliTaz is a micro GNU/Linux distro using BusyBox, a Linux kernel, and GNU
     4.7 -free software. SliTaz also use goodies from the Debian project. The goal of
     4.8 -SliTaz is to have a GNU/Linux distro working all in memory (RAM). SliTaz boot
     4.9 -with Syslinux, provide more than 200 Linux commands, LightTPD web serveur,
    4.10 +free software. SliTaz also uses goodies from the Debian project. The goal of
    4.11 +SliTaz is to have a GNU/Linux distro working all in memory (RAM). SliTaz boots
    4.12 +with Syslinux, provides more than 200 Linux commands, LightTPD web server,
    4.13  SSH server/client powered by Dropbear, rescue tools, X system, and much more
    4.14  {...}.
    4.15  
     5.1 --- a/rootcd/index.html	Sat Jul 19 00:02:08 2008 +0000
     5.2 +++ b/rootcd/index.html	Sat Jul 19 06:35:45 2008 +0000
     5.3 @@ -35,7 +35,7 @@
     5.4  Welcome on a SliTaz GNU/Linux cdrom, SliTaz is mostly documented in French,
     5.5  but the full system is available in English. To boot SliTaz from a cdrom,
     5.6  just burn the ISO image onto a blank disc. Then reboot your computer with
     5.7 -the disc into your cdrom driver.
     5.8 +the disc in your cdrom drive.
     5.9  </p>
    5.10  <p>
    5.11  Have fun!<br />
     6.1 --- a/rootfs/etc/firewall.conf	Sat Jul 19 00:02:08 2008 +0000
     6.2 +++ b/rootfs/etc/firewall.conf	Sat Jul 19 06:35:45 2008 +0000
     6.3 @@ -18,10 +18,10 @@
     6.4  iptables_rules()
     6.5  {
     6.6  
     6.7 -# Drop all input connexions.
     6.8 +# Drop all input connections.
     6.9  iptables -P INPUT DROP
    6.10  
    6.11 -# Accept all output connexions
    6.12 +# Accept all output connections.
    6.13  iptables -P OUTPUT ACCEPT
    6.14  
    6.15  # Accept input on localhost (127.0.0.1).
     7.1 --- a/rootfs/etc/init.d/crond	Sat Jul 19 00:02:08 2008 +0000
     7.2 +++ b/rootfs/etc/init.d/crond	Sat Jul 19 06:35:45 2008 +0000
     7.3 @@ -1,5 +1,5 @@
     7.4  #!/bin/sh
     7.5 -# /etc/init.d/crond: Start, stop and restart cron deamon on SliTaz, at boot
     7.6 +# /etc/init.d/crond: Start, stop and restart cron daemon on SliTaz, at boot
     7.7  # time or with the command line.
     7.8  #
     7.9  # To start daemon at boot time, just put the right name in the $RUN_DAEMONS
     8.1 --- a/rootfs/etc/init.d/firewall	Sat Jul 19 00:02:08 2008 +0000
     8.2 +++ b/rootfs/etc/init.d/firewall	Sat Jul 19 06:35:45 2008 +0000
     8.3 @@ -1,5 +1,5 @@
     8.4  #!/bin/sh
     8.5 -# /etc/init.d/firewall - SliTaz firewall demon script using iptables.
     8.6 +# /etc/init.d/firewall - SliTaz firewall daemon script using iptables.
     8.7  # Config file is: /etc/firewall.conf
     8.8  #
     8.9  . /etc/init.d/rc.functions
     9.1 --- a/rootfs/usr/share/applications/netbox.desktop	Sat Jul 19 00:02:08 2008 +0000
     9.2 +++ b/rootfs/usr/share/applications/netbox.desktop	Sat Jul 19 06:35:45 2008 +0000
     9.3 @@ -2,7 +2,7 @@
     9.4  Encoding=UTF-8
     9.5  Name=Netbox Configure networking
     9.6  Name[fr]=Netbox Configurer le réseau
     9.7 -Comment=Configure network interface anf host values
     9.8 +Comment=Configure network interface and host values
     9.9  Exec=subox netbox
    9.10  Icon=netbox.png
    9.11  Type=Application
    10.1 --- a/rootfs/usr/share/examples/README	Sat Jul 19 00:02:08 2008 +0000
    10.2 +++ b/rootfs/usr/share/examples/README	Sat Jul 19 06:35:45 2008 +0000
    10.3 @@ -1,7 +1,7 @@
    10.4  README - /usr/share/examples
    10.5  ===============================================================================
    10.6  
    10.7 -Like documentation, SliTaz provide some examples to help, learn how to use
    10.8 +Like documentation, SliTaz provides some examples to help learn how to use
    10.9  applications, configure the system or code you own programms.
   10.10  
   10.11  Local alias URL : http://localhost/examples/
    11.1 --- a/rootfs/usr/share/examples/etc/fstab	Sat Jul 19 00:02:08 2008 +0000
    11.2 +++ b/rootfs/usr/share/examples/etc/fstab	Sat Jul 19 06:35:45 2008 +0000
    11.3 @@ -1,4 +1,4 @@
    11.4 -# /etc/fstab: informations on static file system.
    11.5 +# /etc/fstab: information about static file systems.
    11.6  #
    11.7  proc            /proc        proc    defaults          0       0
    11.8  sysfs           /sys         sysfs   defaults          0       0
    12.1 --- a/tinyutils/burnbox	Sat Jul 19 00:02:08 2008 +0000
    12.2 +++ b/tinyutils/burnbox	Sat Jul 19 06:35:45 2008 +0000
    12.3 @@ -27,7 +27,7 @@
    12.4  </window>
    12.5  '
    12.6  
    12.7 -# We need at least devive, speed and ISO image path.
    12.8 +# We need at least device, speed and ISO image path.
    12.9  #
   12.10  export MOUNT_DIALOG='
   12.11  <window title="Burnbox" icon-name="drive-optical">
    13.1 --- a/tinyutils/desktopbox	Sat Jul 19 00:02:08 2008 +0000
    13.2 +++ b/tinyutils/desktopbox	Sat Jul 19 06:35:45 2008 +0000
    13.3 @@ -1,25 +1,25 @@
    13.4  #! /bin/sh
    13.5  #
    13.6 -# Multi-call script provinding GTK boxes to manage a desktop following
    13.7 -# Freedesktop standars.
    13.8 +# Multi-call script providing GTK boxes to manage a desktop following
    13.9 +# Freedesktop standards.
   13.10  #
   13.11  # (C) GNU gpl v3 - SliTaz GNU/Linux 2008.
   13.12  #
   13.13 -VERSION=20080512
   13.14 +VERSION=20080719
   13.15  
   13.16  # Glade XML file path.
   13.17  GLADE_XML=/usr/share/slitaz-tools/glade
   13.18  
   13.19 -# Standards directories.
   13.20 +# Standard directories.
   13.21  mkdir -p $HOME/Desktop $HOME/.local/share/applications
   13.22  
   13.23  # Get the active locale (default to English).
   13.24  case $LANG in
   13.25  	es*)
   13.26  		lang="es"
   13.27 -		NEW_FOLDER_LABEL="Creat a new folder on the desktop:"
   13.28 +		NEW_FOLDER_LABEL="Create a new folder on the desktop:"
   13.29  		FOLDER_ENTRY_MSG="dirname"
   13.30 -		NEW_FILE_LABEL="Creat a new file on the desktop:"
   13.31 +		NEW_FILE_LABEL="Create a new file on the desktop:"
   13.32  		FILE_ENTRY_MSG="filename"
   13.33  		ADD_ICON_LABEL="Add some desktop icons"
   13.34  		DESKTOP_DIALOG_LABEL="Session logout, system shutdown or reboot"  ;;
   13.35 @@ -33,9 +33,9 @@
   13.36  		DESKTOP_DIALOG_LABEL="Déconnexion, arrêt ou redémarrage du système" ;;
   13.37  	*)
   13.38  		lang=""
   13.39 -		NEW_FOLDER_LABEL="Creat a new folder on the desktop:"
   13.40 +		NEW_FOLDER_LABEL="Create a new folder on the desktop:"
   13.41  		FOLDER_ENTRY_MSG="dirname"
   13.42 -		NEW_FILE_LABEL="Creat a new file on the desktop:"
   13.43 +		NEW_FILE_LABEL="Create a new file on the desktop:"
   13.44  		FILE_ENTRY_MSG="filename"
   13.45  		ADD_ICON_LABEL="Add some desktop icons"
   13.46  		DESKTOP_DIALOG_LABEL="Session logout, system shutdown or reboot" ;;
   13.47 @@ -47,17 +47,17 @@
   13.48  	echo -e "\nSliTaz Freedesktop Box - Version: $VERSION\n
   13.49  \033[1mUsage: \033[0m `basename $0` command
   13.50  \033[1mCommands: \033[0m\n
   13.51 -  new-folder   Creat a new folder on the desktop with mkdir.
   13.52 -  new-file     Creat a new empty file or SHell script on the desktop.
   13.53 +  new-folder   Create a new folder on the desktop with mkdir.
   13.54 +  new-file     Create a new empty file or SHell script on the desktop.
   13.55    add-icons    Add a system icon on the desktop.
   13.56 -  calendar     Display a calendard under mouse pointer.
   13.57 +  calendar     Display a calendar under mouse pointer.
   13.58    logout       Prompt for X session exit or system halt/reboot.\n"
   13.59  }
   13.60  
   13.61  # Box commands.
   13.62  case $1 in
   13.63  	new-folder)
   13.64 -		# Creat a directory on the ~/desktop.
   13.65 +		# Create a directory on the ~/Desktop.
   13.66  		#
   13.67  		DESKTOP_DIALOG="
   13.68  <window title=\"Desktopbox - mkdir\" icon-name=\"folder-new\">
   13.69 @@ -92,7 +92,7 @@
   13.70  </window>'
   13.71  		export DESKTOP_DIALOG="${DESKTOP_DIALOG}${ACTIONS}" ;;
   13.72  	new-file)
   13.73 -		# Creat a file on the ~/desktop.
   13.74 +		# Create a file on the ~/Desktop.
   13.75  		#
   13.76  		DESKTOP_DIALOG="
   13.77  <window title=\"Desktopbox - touch/cat\" icon-name=\"document-new\">
   13.78 @@ -133,7 +133,7 @@
   13.79  </window>'
   13.80  		export DESKTOP_DIALOG="${DESKTOP_DIALOG}${ACTIONS}" ;;
   13.81  	add-icons)
   13.82 -		# Add a new icons on the ~/desktop from /usr/share/applications.
   13.83 +		# Add new icons on the ~/Desktop from /usr/share/applications.
   13.84  		#
   13.85  		DESKTOP_DIALOG="
   13.86  <window title=\"$ADD_ICON_LABEL\" icon-name=\"document-new\">
   13.87 @@ -231,7 +231,7 @@
   13.88  </window>'
   13.89  		export DESKTOP_DIALOG=${DESKTOP_DIALOG}${ACTIONS} ;;
   13.90  	*)
   13.91 -		# Usage if executet from cmdline.
   13.92 +		# Usage if executed from cmdline.
   13.93  		#
   13.94  		usage
   13.95  		exit 0 ;;
    14.1 --- a/tinyutils/gztazmod.sh	Sat Jul 19 00:02:08 2008 +0000
    14.2 +++ b/tinyutils/gztazmod.sh	Sat Jul 19 06:35:45 2008 +0000
    14.3 @@ -53,8 +53,8 @@
    14.4  rm modules.dep
    14.5  status
    14.6  
    14.7 -# Remove tmp.dep to modules.dep.
    14.8 -echo -n "Removing tmp.dep to modules.dep... "
    14.9 +# Move tmp.dep to modules.dep.
   14.10 +echo -n "Moving tmp.dep to modules.dep... "
   14.11  mv tmp.dep modules.dep
   14.12  status
   14.13  
    15.1 --- a/tinyutils/mktazdevs.sh	Sat Jul 19 00:02:08 2008 +0000
    15.2 +++ b/tinyutils/mktazdevs.sh	Sat Jul 19 06:35:45 2008 +0000
    15.3 @@ -27,7 +27,7 @@
    15.4  cd $1
    15.5  status
    15.6  
    15.7 -# mMake usfull directories.
    15.8 +# Make useful directories.
    15.9  echo -n "Starting to build directories... "
   15.10  mkdir pts input net usb shm
   15.11  status
   15.12 @@ -99,7 +99,7 @@
   15.13  mknod usb/hiddev6 c 180 102
   15.14  
   15.15  # IDE HD devs.
   15.16 -# With a fiew concievable partitions, you can do
   15.17 +# With a few conceivable partitions, you can do
   15.18  # more of them yourself as you need 'em.
   15.19  #
   15.20  
   15.21 @@ -208,7 +208,7 @@
   15.22  ln -snf /proc/self/fd/1 stdout
   15.23  ln -snf /proc/self/fd/2 stderr
   15.24  
   15.25 -# Changes permissions.
   15.26 +# Change permissions.
   15.27  #
   15.28  echo -n "Changing permissions on devices... "
   15.29  chmod 0666 ptmx
    16.1 --- a/tinyutils/mountbox	Sat Jul 19 00:02:08 2008 +0000
    16.2 +++ b/tinyutils/mountbox	Sat Jul 19 06:35:45 2008 +0000
    16.3 @@ -5,7 +5,7 @@
    16.4  #
    16.5  # (C) 2008 - SliTaz GNU/Linux project.
    16.6  #
    16.7 -VERSION=20080510
    16.8 +VERSION=20080719
    16.9  
   16.10  # Mountbox is only for root.
   16.11  if test $(id -u) != 0 ; then
   16.12 @@ -30,7 +30,7 @@
   16.13  		<text wrap="true" use-markup="true">
   16.14  			<label>
   16.15  "Mountbox lets you mount devices on mount points. A device 
   16.16 -can be a cdrom, flash key, USB disk or local HD partitions.
   16.17 +can be a cdrom, flash key, USB disk or local HD partition.
   16.18  Mount points are generated from /media and /mnt.
   16.19  "
   16.20  			</label>
   16.21 @@ -112,7 +112,7 @@
   16.22  	MAIN_DIALOG=${MAIN_DIALOG}${MOUNT_POINTS_ITEMS}
   16.23  done
   16.24  
   16.25 -# Actions buttons (moun, umount, eject, etc).
   16.26 +# Actions buttons (mount, umount, eject, etc).
   16.27  ACTIONS='
   16.28  		</combobox>
   16.29  		<button>
    17.1 --- a/tinyutils/netbox	Sat Jul 19 00:02:08 2008 +0000
    17.2 +++ b/tinyutils/netbox	Sat Jul 19 06:35:45 2008 +0000
    17.3 @@ -1,6 +1,6 @@
    17.4  #!/bin/sh
    17.5  #
    17.6 -# Gtkdialog box to manage network connexion.
    17.7 +# Gtkdialog box to manage network connection.
    17.8  # - SliTaz GNU/Linux 2008.
    17.9  #
   17.10  VERSION=20080113
   17.11 @@ -99,7 +99,7 @@
   17.12  	exit 1
   17.13  fi
   17.14  
   17.15 -# English/French help dialod.
   17.16 +# English/French help dialog.
   17.17  export HELP='
   17.18  <window title="Network status" icon-name="network-wire">
   17.19  <vbox>
   17.20 @@ -195,7 +195,7 @@
   17.21  IFCONFIG="$IFCONFIG$tmp"
   17.22  
   17.23  # The main dialog with notebook, start/stop buttons and all options.
   17.24 -# Note than /etc/network.conf is seded wehwn an interafce is activate
   17.25 +# Note that /etc/network.conf is seded when an interafce is active.
   17.26  #
   17.27  NET_BOX='
   17.28  <window title="SliTaz Netbox Manager" icon-name="network-wired">
    18.1 --- a/tinyutils/setmixer	Sat Jul 19 00:02:08 2008 +0000
    18.2 +++ b/tinyutils/setmixer	Sat Jul 19 06:35:45 2008 +0000
    18.3 @@ -1,6 +1,6 @@
    18.4  #!/bin/sh
    18.5  # Set and store default mixer volumes for SliTaz. Used at boot time
    18.6 -# if a sound card has been detected automaticaly and can be used
    18.7 +# if a sound card has been detected automatically and can be used
    18.8  # directly.
    18.9  #
   18.10  
    19.1 --- a/tinyutils/subox	Sat Jul 19 00:02:08 2008 +0000
    19.2 +++ b/tinyutils/subox	Sat Jul 19 06:35:45 2008 +0000
    19.3 @@ -18,7 +18,7 @@
    19.4  # Keep binary name in a tmp file to be used by SU_DIALOG.
    19.5  echo "$1" > /tmp/subox-exec
    19.6  
    19.7 -# Main window and root passord default entry set to 'root'.
    19.8 +# Main window and root password default entry set to 'root'.
    19.9  export SU_DIALOG='
   19.10  <window title="Subox">
   19.11    <vbox>
    20.1 --- a/tinyutils/tazfile	Sat Jul 19 00:02:08 2008 +0000
    20.2 +++ b/tinyutils/tazfile	Sat Jul 19 06:35:45 2008 +0000
    20.3 @@ -16,7 +16,7 @@
    20.4  ####################
    20.5  
    20.6  # Initialize some variables to use words
    20.7 -# rater than numbers for functions and actions.
    20.8 +# rather than numbers for functions and actions.
    20.9  COMMAND=$1
   20.10  TOP_DIR=`pwd`
   20.11  TMP_DIR=/tmp/tazfile-$$-$RANDOM
   20.12 @@ -29,7 +29,7 @@
   20.13  DEFAULT_MIRROR="http://download.tuxfamily.org/slitaz/packages/`cat /etc/slitaz-release`/"
   20.14  
   20.15  # Check if the directories and files used by Tazfile
   20.16 -# exists. If not and user is root we creat them.
   20.17 +# exist. If not and user is root we create them.
   20.18  if test $(id -u) = 0 ; then
   20.19  	if [ ! -d "$INSTALLED" ]; then
   20.20  		mkdir -p $INSTALLED
    21.1 --- a/tinyutils/tazkeymap	Sat Jul 19 00:02:08 2008 +0000
    21.2 +++ b/tinyutils/tazkeymap	Sat Jul 19 06:35:45 2008 +0000
    21.3 @@ -31,7 +31,7 @@
    21.4    exit 1
    21.5  fi
    21.6  
    21.7 -# Get current keymap if it exist.
    21.8 +# Get current keymap if it exists.
    21.9  if [ -s /etc/keymap.conf ]; then
   21.10  	CUR=`cat /etc/keymap.conf`
   21.11  else
   21.12 @@ -97,7 +97,7 @@
   21.13  	$DIALOG --clear \
   21.14  		--title " Keyboard mapping information " \
   21.15  		--msgbox "\n
   21.16 -Please logout you current session and login again to use $value
   21.17 +Please logout of your current session and login again to use $value
   21.18  keyboard.\n" 16 70
   21.19  fi
   21.20  
    22.1 --- a/tinyutils/tazlocale	Sat Jul 19 00:02:08 2008 +0000
    22.2 +++ b/tinyutils/tazlocale	Sat Jul 19 06:35:45 2008 +0000
    22.3 @@ -78,7 +78,7 @@
    22.4  	$DIALOG --clear \
    22.5  		--title " Locale setting information " \
    22.6  		--msgbox "\n
    22.7 -Please logout you current session and login again to use $value
    22.8 +Please logout of your current session and login again to use $value
    22.9  locale.\n" 16 70
   22.10  fi
   22.11  
    23.1 --- a/tinyutils/tazx	Sat Jul 19 00:02:08 2008 +0000
    23.2 +++ b/tinyutils/tazx	Sat Jul 19 06:35:45 2008 +0000
    23.3 @@ -157,7 +157,7 @@
    23.4  		 WM=openbox-session
    23.5  		 XSEVER_OPTS="dpms +extension Composite"
    23.6  	fi
    23.7 -	# Check if a personnal autostart script exist if OB is installed.
    23.8 +	# Check if a personal autostart script exists if OB is installed.
    23.9  	if [ -d "/var/lib/tazpkg/installed/openbox" ]; then
   23.10  		if [ ! -f "$HOME/.config/openbox/autostart.sh" ]; then
   23.11  			mkdir -p $HOME/.config/openbox
   23.12 @@ -245,8 +245,8 @@
   23.13  	fi
   23.14  }
   23.15  
   23.16 -# Creat ~/.xsession to keep the configuration selected (used
   23.17 -# only by startx, Slim login manager use .xinitrc).
   23.18 +# Create ~/.xsession to keep the configuration selected (used
   23.19 +# only by startx, Slim login manager uses .xinitrc).
   23.20  creat_xsession()
   23.21  {
   23.22  	cat > $HOME/.xsession << _EOF_
    24.1 --- a/tinyutils/torrentbox	Sat Jul 19 00:02:08 2008 +0000
    24.2 +++ b/tinyutils/torrentbox	Sat Jul 19 06:35:45 2008 +0000
    24.3 @@ -8,7 +8,7 @@
    24.4  mkdir -p ~/Downloads
    24.5  cd ~/Downloads
    24.6  
    24.7 -# We need at least devive, speed and ISO image path.
    24.8 +# We need at least a torrent filename.
    24.9  #
   24.10  export MOUNT_DIALOG='
   24.11  <window title="Torrentbox" icon-name="drive-optical">