fix typo squasfs -> squashfs

This commit is contained in:
Johannes 'josch' Schauer 2020-05-02 23:53:41 +02:00
parent 08319f6c77
commit 6af46f0b4a
Signed by untrusted user: josch
GPG key ID: F2CBA5C78FBD83E1

View file

@ -3067,7 +3067,7 @@ sub main() {
# sqfs is an alias for squashfs # sqfs is an alias for squashfs
if ($format eq 'sqfs') { if ($format eq 'sqfs') {
$format = 'squasfs'; $format = 'squashfs';
} }
# dir is an alias for directory # dir is an alias for directory
if ($format eq 'dir') { if ($format eq 'dir') {