spk rev 118

Tiny edits
author Paul Issott <paul@slitaz.org>
date Sat Jun 16 11:15:36 2012 +0100 (2012-06-16)
parents 0709bea4297c
children 3a0622618b10
files spk-convert
line diff
     1.1 --- a/spk-convert	Sat Jun 09 16:59:53 2012 -0500
     1.2 +++ b/spk-convert	Sat Jun 16 11:15:36 2012 +0100
     1.3 @@ -1,6 +1,6 @@
     1.4  #!/bin/sh
     1.5  #
     1.6 -# Spk-convert - Convert other distrobution's packages to tazpkg form. Read the README before adding or
     1.7 +# Spk-convert - Convert other distribution's packages to tazpkg form. Read the README before adding or
     1.8  # modifing any code in spk!
     1.9  #
    1.10  # Copyright (C) SliTaz GNU/Linux - BSD License
    1.11 @@ -22,7 +22,7 @@
    1.12  $(gettext "Convert SliTaz Packages")
    1.13  
    1.14  $(boldify $(gettext "Options:"))
    1.15 -  --install    $(gettext "Install package after conversion")
    1.16 +  --install   $(gettext "Install package after conversion")
    1.17    --root=     $(gettext "Set the root file system path")
    1.18    --debug     $(gettext "Display some useful debug information")
    1.19  
    1.20 @@ -56,7 +56,7 @@
    1.21  }
    1.22  
    1.23  # Create SliTaz package archive using cpio and lzma.
    1.24 -# TODO: Cook also pack packages, we should share code in libpkg.sh
    1.25 +# TODO: Cook also packs packages, we should share code in libpkg.sh
    1.26  # Usage: pack $package
    1.27  pack() {
    1.28  	local package=$1