# HG changeset patch # User Paul Issott # Date 1393862806 0 # Node ID 365a7811faf7b3259a40dbffa9ed8f6afb38af54 # Parent 8788606c40bbd397a2acca7bc1c5435fa2af9b44 Tiny edits diff -r 8788606c40bb -r 365a7811faf7 lib/libspk.sh --- a/lib/libspk.sh Sun Jan 05 09:34:33 2014 +0000 +++ b/lib/libspk.sh Mon Mar 03 16:06:46 2014 +0000 @@ -1,7 +1,7 @@ #!/bin/sh # # Libspk - The Spk base function and internal variables used by almost all -# spk-tools. Read the README before adding or modifing any code in spk! +# spk-tools. Read the README before adding or modifying any code in spk! # # Copyright (C) SliTaz GNU/Linux - BSD License # Author: See AUTHORS files @@ -231,13 +231,13 @@ cd - > /dev/null } -# Unser var set by mirrored_pkg +# Unset var set by mirrored_pkg unset_mirrored() { unset mirrored mirror db pwd } # Return the full package name, search in all packages.desc and break when -# first occurance is found: Usage: full_package pkgname +# first occurrence is found: Usage: full_package pkgname full_package() { for desc in $(find $extradb $pkgsdesc -name packages.desc); do local line="$(grep "^$1 |" $desc)" @@ -268,7 +268,7 @@ # format 'alternative:newname' # if alternative is installed then substitute newname if is_package_installed ${i%:*}; then - # substitute package dependancy + # substitute package dependency echo ${i#*:} return fi diff -r 8788606c40bb -r 365a7811faf7 spk --- a/spk Sun Jan 05 09:34:33 2014 +0000 +++ b/spk Mon Mar 03 16:06:46 2014 +0000 @@ -1,7 +1,7 @@ #!/bin/sh # # Spk - The SliTaz Packages toolset. Read the README before adding or -# modifing any code in spk! +# modifying any code in spk! # # Copyright (C) SliTaz GNU/Linux - BSD License # Author: See AUTHORS files diff -r 8788606c40bb -r 365a7811faf7 spk-add --- a/spk-add Sun Jan 05 09:34:33 2014 +0000 +++ b/spk-add Mon Mar 03 16:06:46 2014 +0000 @@ -1,7 +1,7 @@ #!/bin/sh # # Spk-add - Install SliTaz packages. Read the README before adding or -# modifing any code in spk! +# modifying any code in spk! # # Copyright (C) SliTaz GNU/Linux - BSD License # Author: See AUTHORS files diff -r 8788606c40bb -r 365a7811faf7 spk-convert --- a/spk-convert Sun Jan 05 09:34:33 2014 +0000 +++ b/spk-convert Mon Mar 03 16:06:46 2014 +0000 @@ -1,7 +1,7 @@ #!/bin/sh # # Spk-convert - Convert other distribution's packages to tazpkg form. Read the README before adding or -# modifing any code in spk! +# modifying any code in spk! # # Copyright (C) SliTaz GNU/Linux - BSD License # Author: See AUTHORS files @@ -73,7 +73,7 @@ echo $(boldify "Packing :") $package separator - # Create files.list with redirecting find outpout. + # Create files.list with redirecting find output. gettext "Creating the list of files..." cd $fs find . -type f -print > $dir/files.list diff -r 8788606c40bb -r 365a7811faf7 spk-ls --- a/spk-ls Sun Jan 05 09:34:33 2014 +0000 +++ b/spk-ls Mon Mar 03 16:06:46 2014 +0000 @@ -1,7 +1,7 @@ #!/bin/sh # # Spk-ls - List SliTaz packages and files. Read the README before adding or -# modifing any code in spk! +# modifying any code in spk! # # Copyright (C) SliTaz GNU/Linux - BSD License # Author: See AUTHORS files diff -r 8788606c40bb -r 365a7811faf7 spk-mirror --- a/spk-mirror Sun Jan 05 09:34:33 2014 +0000 +++ b/spk-mirror Mon Mar 03 16:06:46 2014 +0000 @@ -1,7 +1,7 @@ #!/bin/sh # # Spk-mirror - Handle SliTaz packages mirrors. Read the README before -# adding or modifing any code in spk! +# adding or modifying any code in spk! # # Copyright (C) SliTaz GNU/Linux - BSD License # Author: See AUTHORS files diff -r 8788606c40bb -r 365a7811faf7 spk-rm --- a/spk-rm Sun Jan 05 09:34:33 2014 +0000 +++ b/spk-rm Mon Mar 03 16:06:46 2014 +0000 @@ -1,7 +1,7 @@ #!/bin/sh # # Spk-rm - Remove SliTaz packages. Read the README before adding or -# modifing any code in spk! +# modifying any code in spk! # # Copyright (C) SliTaz GNU/Linux - BSD License # Author: See AUTHORS files diff -r 8788606c40bb -r 365a7811faf7 spk-up --- a/spk-up Sun Jan 05 09:34:33 2014 +0000 +++ b/spk-up Mon Mar 03 16:06:46 2014 +0000 @@ -1,7 +1,7 @@ #!/bin/sh # # Spk-up - Update packages. Read the README before adding or -# modifing any code in spk! +# modifying any code in spk! # # Copyright (C) SliTaz GNU/Linux - BSD License # Author: See AUTHORS files