slitaz-tools diff tinyutils/tazfile @ rev 456

Mountbox: mv tip to help file
author Paul Issott <paul@slitaz.org>
date Sun Mar 21 18:25:28 2010 +0000 (2010-03-21)
parents db0e82bebc70
children 0f5e3af5a51d
line diff
     1.1 --- a/tinyutils/tazfile	Sat Jul 19 06:35:45 2008 +0000
     1.2 +++ b/tinyutils/tazfile	Sun Mar 21 18:25:28 2010 +0000
     1.3 @@ -1,7 +1,7 @@
     1.4  #!/bin/sh
     1.5  # Tazfile - Tiny autonomus zone files locator.
     1.6  #
     1.7 -# This is a lightwight files locator for *.tazpkg files, all written in
     1.8 +# This is a lightweight files locator for *.tazpkg files, all written in
     1.9  # SHell script. It works well with Busybox ash shell and bash. Tazfile let you
    1.10  # create and explore a files list database.
    1.11  #
    1.12 @@ -67,7 +67,7 @@
    1.13  		echo -e "
    1.14  Unable to find the list : $FILES_LIST\n
    1.15  You must probably run 'tazfile recharge' as root to get the last list of 
    1.16 -files avalaible on the mirror.\n"
    1.17 +files available on the mirror.\n"
    1.18  		exit 0
    1.19  	fi
    1.20  }
    1.21 @@ -133,7 +133,7 @@
    1.22  		done
    1.23  		;;
    1.24  	usage|*)
    1.25 -		# Print a short help or give usage for an unknow or empty command.
    1.26 +		# Print a short help or give usage for an unknown or empty command.
    1.27  		#
    1.28  		usage
    1.29  		;;