# HG changeset patch # User Paul Issott # Date 1339841736 -3600 # Node ID 64165d8e45506b619b42dc58da1b24d8ce607f45 # Parent 0709bea4297c7e127bceacdbefcb8cc040ed10d5 Tiny edits diff -r 0709bea4297c -r 64165d8e4550 spk-convert --- a/spk-convert Sat Jun 09 16:59:53 2012 -0500 +++ b/spk-convert Sat Jun 16 11:15:36 2012 +0100 @@ -1,6 +1,6 @@ #!/bin/sh # -# Spk-convert - Convert other distrobution's packages to tazpkg form. Read the README before adding or +# Spk-convert - Convert other distribution's packages to tazpkg form. Read the README before adding or # modifing any code in spk! # # Copyright (C) SliTaz GNU/Linux - BSD License @@ -22,7 +22,7 @@ $(gettext "Convert SliTaz Packages") $(boldify $(gettext "Options:")) - --install $(gettext "Install package after conversion") + --install $(gettext "Install package after conversion") --root= $(gettext "Set the root file system path") --debug $(gettext "Display some useful debug information") @@ -56,7 +56,7 @@ } # Create SliTaz package archive using cpio and lzma. -# TODO: Cook also pack packages, we should share code in libpkg.sh +# TODO: Cook also packs packages, we should share code in libpkg.sh # Usage: pack $package pack() { local package=$1