spk diff spk-convert @ rev 131

Tiny edits
author Paul Issott <paul@slitaz.org>
date Mon Mar 03 16:06:46 2014 +0000 (2014-03-03)
parents 64165d8e4550
children a0bdc170c51e
line diff
     1.1 --- a/spk-convert	Sat Jun 16 11:15:36 2012 +0100
     1.2 +++ b/spk-convert	Mon Mar 03 16:06:46 2014 +0000
     1.3 @@ -1,7 +1,7 @@
     1.4  #!/bin/sh
     1.5  #
     1.6  # Spk-convert - Convert other distribution's packages to tazpkg form. Read the README before adding or
     1.7 -# modifing any code in spk!
     1.8 +# modifying any code in spk!
     1.9  #
    1.10  # Copyright (C) SliTaz GNU/Linux - BSD License
    1.11  # Author: See AUTHORS files
    1.12 @@ -73,7 +73,7 @@
    1.13  		echo $(boldify "Packing :") $package
    1.14  		separator
    1.15  		
    1.16 -		# Create files.list with redirecting find outpout.
    1.17 +		# Create files.list with redirecting find output.
    1.18  		gettext "Creating the list of files..."
    1.19  		cd $fs
    1.20  		find . -type f -print > $dir/files.list