summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2001-08-03 21:05:35 +0000
committerPascal Rigaux <pixel@mandriva.com>2001-08-03 21:05:35 +0000
commite43d7789133b955e73f15118ebc8926478e97e59 (patch)
treea1459abc48b3889410da079020849326db8c9a2a
parent10e4ad27deb56e8df7c68b9fec4b8789d80068bf (diff)
downloaddrakx-backup-do-not-use-e43d7789133b955e73f15118ebc8926478e97e59.tar
drakx-backup-do-not-use-e43d7789133b955e73f15118ebc8926478e97e59.tar.gz
drakx-backup-do-not-use-e43d7789133b955e73f15118ebc8926478e97e59.tar.bz2
drakx-backup-do-not-use-e43d7789133b955e73f15118ebc8926478e97e59.tar.xz
drakx-backup-do-not-use-e43d7789133b955e73f15118ebc8926478e97e59.zip
typo fix
-rw-r--r--perl-install/partition_table.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/partition_table.pm b/perl-install/partition_table.pm
index bda2de95b..f8ead8aad 100644
--- a/perl-install/partition_table.pm
+++ b/perl-install/partition_table.pm
@@ -6,7 +6,7 @@ package partition_table; # $Id$
@ISA = qw(Exporter);
%EXPORT_TAGS = (
- types => [ qw(type2name type2fs name2type fs2type isExtended isExt2 isFs isTrueFS isSwap isDos isWin isFat isSunOS isOtherAvailableFS isPrimary isNfs isSupermount isLVM isRAID isMDRAID isLVMBased isNT isMountableRW isNonMountable isApplePartMap isLoopback isApple isAppleBootstrap) ],
+ types => [ qw(type2name type2fs name2type fs2type isExtended isExt2 isThisFs isTrueFS isSwap isDos isWin isFat isSunOS isOtherAvailableFS isPrimary isNfs isSupermount isLVM isRAID isMDRAID isLVMBased isNT isMountableRW isNonMountable isApplePartMap isLoopback isApple isAppleBootstrap) ],
);
@EXPORT_OK = map { @$_ } values %EXPORT_TAGS;