tazpkg diff tazpkg-notify @ rev 591

tazpkg: Fixed typo.
author Christopher Rogers <slaxemulator@gmail.com>
date Thu Apr 12 20:45:21 2012 +0000 (2012-04-12)
parents 11d71c5ac20a
children de952705379e
line diff
     1.1 --- a/tazpkg-notify	Wed Mar 28 21:44:05 2012 +0000
     1.2 +++ b/tazpkg-notify	Thu Apr 12 20:45:21 2012 +0000
     1.3 @@ -79,7 +79,7 @@
     1.4  			echo "tooltip:$tooltip" > $fifo
     1.5  			echo "icon:tazpkg-up" > $fifo && exit 0
     1.6  		fi
     1.7 -		# Avalaible upgrades
     1.8 +		# Available upgrades
     1.9  		if [ "$up" -gt 0 ]; then
    1.10  			tooltip=$(eval_gettext \
    1.11  				"There are <b>\$up</b> upgradeable packages")