tazpkg diff tazpkgbox @ rev 247

Fix typos
author Paul Issott <paul@slitaz.org>
date Wed Mar 11 17:48:45 2009 +0000 (2009-03-11)
parents dde44283e7d2
children b6abe28b3a03
line diff
     1.1 --- a/tazpkgbox	Fri Mar 06 09:20:17 2009 +0000
     1.2 +++ b/tazpkgbox	Wed Mar 11 17:48:45 2009 +0000
     1.3 @@ -1,8 +1,8 @@
     1.4  #!/bin/sh
     1.5  #
     1.6  # GTKdialog interface to SliTaz Packages Manager aka Tazpkg. Notes: 
     1.7 -# Notebook tab are vbox, tab are used to indent and functions are 
     1.8 -# splited ang found in $LIB.
     1.9 +# Notebook tab are vbox, tabs are used to indent and functions are 
    1.10 +# split and found in $LIB.
    1.11  #
    1.12  # (C) GNU gpl v3 - SliTaz GNU/Linux 2009.
    1.13  #
    1.14 @@ -22,15 +22,15 @@
    1.15  	tazpkg >/dev/null
    1.16  fi
    1.17  
    1.18 -# Tmp dir and files used to get pkgs infos on the fly. Clean also
    1.19 -# list and search files to load less data and have a faster start.
    1.20 +# Tmp dir and files used to get pkgs info on the fly. Clean also
    1.21 +# lists and searches for files to load less data and have a faster start.
    1.22  mkdir -p /tmp/tazpkgbox
    1.23  echo "all" > /tmp/tazpkgbox/status
    1.24  echo "all" > /tmp/tazpkgbox/category
    1.25  echo "all" > /tmp/tazpkgbox/undigest-category
    1.26  echo "" > /tmp/tazpkgbox/search
    1.27  
    1.28 -# English/French help dialod.
    1.29 +# English/French help dialog.
    1.30  export HELP='
    1.31  <window title="Tazpkgbox Help" icon-name="help">
    1.32  <vbox>
    1.33 @@ -155,7 +155,7 @@
    1.34  </window>
    1.35  '
    1.36  
    1.37 -# Scan notifycation
    1.38 +# Scan notification
    1.39  desktopbox notify "Scanning packages database" 6 &
    1.40  
    1.41  # Main dialog