Fixing aptitude typo.

This commit is contained in:
Daniel Baumann 2008-02-24 15:12:16 +01:00
parent c251e5f227
commit 33ef1c4ce7
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ Apt ()
;; ;;
aptitude) aptitude)
Chroot "aptittude ${APTITUDE_OPTIONS} ${@}" Chroot "aptitude ${APTITUDE_OPTIONS} ${@}"
;; ;;
esac esac
} }