diff options
Diffstat (limited to 'perl-install/fs.pm')
-rw-r--r-- | perl-install/fs.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/fs.pm b/perl-install/fs.pm index 9af2232ef..713feb843 100644 --- a/perl-install/fs.pm +++ b/perl-install/fs.pm @@ -56,7 +56,7 @@ sub read_fstab { $fs_type = $1; #- with supermount, the type could be something like ext2:vfat - #- but this can not be done without supermount, so switching to "auto" + #- but this cannot be done without supermount, so switching to "auto" $fs_type = 'auto' if $fs_type =~ /:/; 0; |