tazlito diff tazlitobox @ rev 216

Tiny edits
author Paul Issott <paul@slitaz.org>
date Sun Mar 06 21:10:08 2011 +0000 (2011-03-06)
parents 55ec0ab30411
children
line diff
     1.1 --- a/tazlitobox	Thu Feb 24 14:38:27 2011 +0100
     1.2 +++ b/tazlitobox	Sun Mar 06 21:10:08 2011 +0000
     1.3 @@ -1,8 +1,8 @@
     1.4  #!/bin/sh
     1.5  # 
     1.6  # Gtkdialog box for Tazlito - SliTaz Live Tool.
     1.7 -# Tabs are used for ident ans all action should go into functions to
     1.8 -# separate GUI and commands.
     1.9 +# Tabs are used for indent and all actions should go into functions to
    1.10 +# separate the GUI and commands.
    1.11  #
    1.12  # (C) GNU gpl v3 - SliTaz GNU/Linux 2011.
    1.13  #
    1.14 @@ -46,7 +46,7 @@
    1.15  		-e "tazlito list-flavors --recharge | grep ^[a-z] && sleep 2"
    1.16  }
    1.17  
    1.18 -# When using gen-liveflavor, gen-flavor or gen-distro, user can put some
    1.19 +# When using gen-liveflavor, gen-flavor or gen-distro, a user can put some
    1.20  # addfiles copied into the rootfs.
    1.21  addfiles_action()
    1.22  {
    1.23 @@ -651,7 +651,7 @@
    1.24  
    1.25  case $1 in
    1.26  	*_*)
    1.27 -		# Exec all function called by args (must have an underscore).
    1.28 +		# Exec all functions called by args (must have an underscore).
    1.29  		$1 ;;
    1.30  	*)
    1.31  		# Tazlitobox action.