summaryrefslogtreecommitdiffstats
path: root/perl-install/fs
diff options
context:
space:
mode:
Diffstat (limited to 'perl-install/fs')
-rw-r--r--perl-install/fs/format.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/fs/format.pm b/perl-install/fs/format.pm
index 5b87f22f1..8fee9d2bf 100644
--- a/perl-install/fs/format.pm
+++ b/perl-install/fs/format.pm
@@ -64,7 +64,7 @@ my %edit_LABEL = ( # package, command, option
);
# Preserve UUID on fs where we couldn't enforce it while formatting
-my %preserve_UUID = ( # package, commande
+my %preserve_UUID = ( # package, command
#btrfs => [ 'btrfs-progs', 'FIXME' ],
jfs => [ 'jfsutils', 'jfs_tune', ],
xfs => [ 'xfsprogs', 'xfs_admin' ],