From 09d39610bfd7d485c54ae33baac87846eab7d5a0 Mon Sep 17 00:00:00 2001 From: Ahmad Samir Date: Mon, 4 Apr 2011 19:49:44 +0000 Subject: - perl -pi -e 's!hard drive!hard disk drive!' --- perl-install/resize_fat/main.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/resize_fat') 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 >= to a new place on the partition, less #- than . 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; -- cgit v1.2.1