From 6af46f0b4af037320ca8b517da68fcde5559f18c Mon Sep 17 00:00:00 2001 From: Johannes 'josch' Schauer Date: Sat, 2 May 2020 23:53:41 +0200 Subject: [PATCH] fix typo squasfs -> squashfs --- mmdebstrap | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mmdebstrap b/mmdebstrap index a12373a..290aafb 100755 --- a/mmdebstrap +++ b/mmdebstrap @@ -3067,7 +3067,7 @@ sub main() { # sqfs is an alias for squashfs if ($format eq 'sqfs') { - $format = 'squasfs'; + $format = 'squashfs'; } # dir is an alias for directory if ($format eq 'dir') {