summaryrefslogtreecommitdiffstats
path: root/perl-install/fs
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2004-07-28 03:07:30 +0000
committerPascal Rigaux <pixel@mandriva.com>2004-07-28 03:07:30 +0000
commite9fb31474e5e23cede37d7dbda716eae8db41084 (patch)
tree69d1086db489d58284611030e11fb9b5bc67d2f7 /perl-install/fs
parent8a48da29821d6c51c55bc787a789f63cc61aaf6d (diff)
downloaddrakx-e9fb31474e5e23cede37d7dbda716eae8db41084.tar
drakx-e9fb31474e5e23cede37d7dbda716eae8db41084.tar.gz
drakx-e9fb31474e5e23cede37d7dbda716eae8db41084.tar.bz2
drakx-e9fb31474e5e23cede37d7dbda716eae8db41084.tar.xz
drakx-e9fb31474e5e23cede37d7dbda716eae8db41084.zip
remove small ugly typo
Diffstat (limited to 'perl-install/fs')
-rw-r--r--perl-install/fs/type.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/fs/type.pm b/perl-install/fs/type.pm
index 90d2f3ad0..80116b51c 100644
--- a/perl-install/fs/type.pm
+++ b/perl-install/fs/type.pm
@@ -238,7 +238,7 @@ sub set_type_subpart {
} elsif (exists $subpart->{pt_type}) {
set_pt_type($part, $subpart->{pt_type});
} elsif (exists $subpart->{fs_type}) {
- set_pt_type($part, $subpart->{fs_type});
+ set_fs_type($part, $subpart->{fs_type});
} else {
log::l("ERROR: (set_type_subpart) subpart has no type");
}