summaryrefslogtreecommitdiff
path: root/functions/wrapper.sh
diff options
context:
space:
mode:
Diffstat (limited to 'functions/wrapper.sh')
-rwxr-xr-xfunctions/wrapper.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/functions/wrapper.sh b/functions/wrapper.sh
index 90144e7..b47e3b9 100755
--- a/functions/wrapper.sh
+++ b/functions/wrapper.sh
@@ -17,7 +17,7 @@ Apt ()
;;
aptitude)
- Chroot "aptittude ${APTITUDE_OPTIONS} ${@}"
+ Chroot "aptitude ${APTITUDE_OPTIONS} ${@}"
;;
esac
}