summaryrefslogtreecommitdiffstats
path: root/perl-install/resize_fat
diff options
context:
space:
mode:
authorAhmad Samir <ahmad@mageia.org>2011-04-04 19:49:44 +0000
committerAhmad Samir <ahmad@mageia.org>2011-04-04 19:49:44 +0000
commit4e4eb522ecc6a1b4b29775552e389c7751ebe276 (patch)
tree2b249b29be479501c4cfe47a11fc4c726de8e07b /perl-install/resize_fat
parent2b8dce754e3324cc820a8526e0783e8c2846482d (diff)
downloaddrakx-backup-do-not-use-4e4eb522ecc6a1b4b29775552e389c7751ebe276.tar
drakx-backup-do-not-use-4e4eb522ecc6a1b4b29775552e389c7751ebe276.tar.gz
drakx-backup-do-not-use-4e4eb522ecc6a1b4b29775552e389c7751ebe276.tar.bz2
drakx-backup-do-not-use-4e4eb522ecc6a1b4b29775552e389c7751ebe276.tar.xz
drakx-backup-do-not-use-4e4eb522ecc6a1b4b29775552e389c7751ebe276.zip
- perl -pi -e 's!hard drive!hard disk drive!'
Diffstat (limited to 'perl-install/resize_fat')
-rw-r--r--perl-install/resize_fat/main.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/resize_fat/main.pm b/perl-install/resize_fat/main.pm
index 1c822a715..34bf2f9bf 100644
--- a/perl-install/resize_fat/main.pm
+++ b/perl-install/resize_fat/main.pm
@@ -44,7 +44,7 @@ sub DESTROY {
#- copy all clusters >= <start_cluster> to a new place on the partition, less
#- than <start_cluster>. Only copies files, not directories.
-#- (use of buffer needed because the seeks slow like hell the hard drive)
+#- (use of buffer needed because the seeks slow like hell the hard disk drive)
sub copy_clusters {
my ($fs, $cluster) = @_;
my @buffer;