slitaz-tools rev 571

Tiny edits
author Paul Issott <paul@slitaz.org>
date Fri Apr 29 10:59:11 2011 +0100 (2011-04-29)
parents c81e26d9f8ff
children 0971862e872b
files README tazbox/tazbox
line diff
     1.1 --- a/README	Fri Apr 29 11:38:09 2011 +0200
     1.2 +++ b/README	Fri Apr 29 10:59:11 2011 +0100
     1.3 @@ -3,13 +3,13 @@
     1.4  
     1.5  
     1.6  The SliTaz tools package provides many tinyutils, shared and custom 
     1.7 -configuration files destined to improve SliTaz. The tools were initially 
     1.8 +configuration files designed to improve SliTaz. The tools were initially 
     1.9  created to help people build their own distribution by following the SliTaz 
    1.10  Cookbook; now the package mostly provides all the configuration tools and 
    1.11  all home-made GTK boxes such as subox, tazctrlbox, the installer, etc.
    1.12  
    1.13 -The package also provide some scripts (firewall), desktop files with their 
    1.14 -icons, the licenses and examples to help hackers or users understand and 
    1.15 +The package also provides some scripts (firewall), desktop files with their 
    1.16 +icons, and the licenses and examples to help hackers or users understand and 
    1.17  manage SliTaz.
    1.18  
    1.19  
     2.1 --- a/tazbox/tazbox	Fri Apr 29 11:38:09 2011 +0200
     2.2 +++ b/tazbox/tazbox	Fri Apr 29 10:59:11 2011 +0100
     2.3 @@ -48,7 +48,7 @@
     2.4  	fi
     2.5  }
     2.6  
     2.7 -# Outup a command in a GTK window
     2.8 +# Output a command in a GTK window
     2.9  output_command() {	
    2.10  	yad --text-info --title="TazBox Output" --window-icon=$icon \
    2.11  		--geometry="560x210+0-24" --fore="#ffffff" --back="#000000"
    2.12 @@ -146,7 +146,7 @@
    2.13  		# Execute a command as root
    2.14  		echo "TODO" ;;
    2.15  	logout)
    2.16 -		# Lougout window with actions
    2.17 +		# Logout window with actions
    2.18  		main=`logout_main`
    2.19  		# Deal with --button values
    2.20  		case $? in