diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2004-07-28 03:07:30 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2004-07-28 03:07:30 +0000 |
commit | e9fb31474e5e23cede37d7dbda716eae8db41084 (patch) | |
tree | 69d1086db489d58284611030e11fb9b5bc67d2f7 | |
parent | 8a48da29821d6c51c55bc787a789f63cc61aaf6d (diff) | |
download | drakx-e9fb31474e5e23cede37d7dbda716eae8db41084.tar drakx-e9fb31474e5e23cede37d7dbda716eae8db41084.tar.gz drakx-e9fb31474e5e23cede37d7dbda716eae8db41084.tar.bz2 drakx-e9fb31474e5e23cede37d7dbda716eae8db41084.tar.xz drakx-e9fb31474e5e23cede37d7dbda716eae8db41084.zip |
remove small ugly typo
-rw-r--r-- | perl-install/fs/type.pm | 2 |
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"); } |