# HG changeset patch # User Paul Issott # Date 1347773839 -3600 # Node ID d059a3effb3aa8a04c200a2011e097a518bc4f05 # Parent 1ff759a071f74447a3b81a2b87dcc353ab27aeb3 Tiny typos diff -r 1ff759a071f7 -r d059a3effb3a doc/tazpkg.en.html --- a/doc/tazpkg.en.html Sun Sep 02 13:48:00 2012 -0300 +++ b/doc/tazpkg.en.html Sun Sep 16 06:37:19 2012 +0100 @@ -20,7 +20,7 @@

NAME

- Tazpkg—Tiny autonomous zone package manager + Tazpkg - Tiny autonomous zone package manager

@@ -49,7 +49,7 @@

Tazpkg is entirely built from scratch using SHell script, -compatible with Bash; it runs under Ash—part of the Busybox +compatible with Bash; it runs under Ash - part of the Busybox project. Tazpkg is distributed under the free GNU license GPL V3.

diff -r 1ff759a071f7 -r d059a3effb3a tazpkg --- a/tazpkg Sun Sep 02 13:48:00 2012 -0300 +++ b/tazpkg Sun Sep 16 06:37:19 2012 +0100 @@ -1361,7 +1361,7 @@ exit 1 fi fi - # we may already have 7z or may just installed it in the step above + # we may already have 7z or may have just installed it in the step above if [ -e $INSTALLED/p7zip-full/receipt ]; then 7z x -so $PACKAGE_FILE | cpio -idm --quiet fi @@ -2114,8 +2114,8 @@ recharge) # Recharge packages.list from a mirror. # - # WARRNING: The mirrors file have all SliTaz mirrors but mirror - # must have only the choosen main mirror. + # WARNING: The mirrors file has all SliTaz mirrors but mirror + # must have only the chosen main mirror. # check_root $@