tazwok rev 287

Fixed typo.
author Christopher Rogers <slaxemulator@gmail.com>
date Mon Feb 14 19:22:03 2011 +0000 (2011-02-14)
parents 78d3f666b25f
children 71f7a961521a
files tazwok
line diff
     1.1 --- a/tazwok	Mon Feb 14 17:56:17 2011 +0000
     1.2 +++ b/tazwok	Mon Feb 14 19:22:03 2011 +0000
     1.3 @@ -656,7 +656,7 @@
     1.4  {
     1.5  	if [ "$COMMAND" = get-src ]; then
     1.6  		if [ "${DEPENDS/tar}" != "$DEPENDS" ] || [ "${BUILD_DEPENDS/tar}" != "$BUILD_DEPENDS" ]; then
     1.7 -			[ -f $INSALLED/tar/receipt ] || tazpkg get-install tar --forced
     1.8 +			[ -f $INSTALLED/tar/receipt ] || tazpkg get-install tar --forced
     1.9  		fi
    1.10  	fi
    1.11  	for file in $@; do