setup-dchroot: fix a typo
authorAurelien Jarno <aurelien@aurel32.net>
Tue, 13 Feb 2018 09:30:53 +0000 (10:30 +0100)
committerAurelien Jarno <aurelien@aurel32.net>
Tue, 13 Feb 2018 09:30:53 +0000 (10:30 +0100)
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
modules/schroot/files/setup-dchroot

index 1df0172..99f0919 100755 (executable)
@@ -385,7 +385,7 @@ chroot "$rootdir" apt-get install -y --no-install-recommends build-essential
 [ -z "$bare" ] && chroot "$rootdir" apt-get install -y --no-install-recommends zsh less vim fakeroot devscripts gdb
 if [ -n "$buildd" ] ; then
     case "$suite" in
-      wheezy|jessie|strech)
+      wheezy|jessie|stretch)
         chroot "$rootdir" apt-get install -y --no-install-recommends apt-transport-https
         ;;
       *)