[Fai-commit] r4617 - people/michael/features/setup_harddisks_2/implementation
andreas at alioth.debian.org
andreas at alioth.debian.org
Tue Oct 9 19:06:12 UTC 2007
Author: andreas
Date: 2007-10-09 19:06:12 +0000 (Tue, 09 Oct 2007)
New Revision: 4617
Modified:
people/michael/features/setup_harddisks_2/implementation/shdd2-parser
Log:
typo convert_units -> convert_unit
Modified: people/michael/features/setup_harddisks_2/implementation/shdd2-parser
===================================================================
--- people/michael/features/setup_harddisks_2/implementation/shdd2-parser 2007-10-09 18:42:10 UTC (rev 4616)
+++ people/michael/features/setup_harddisks_2/implementation/shdd2-parser 2007-10-09 19:06:12 UTC (rev 4617)
@@ -351,7 +351,7 @@
# @param $val is the number with its unit
#
################################################################################
-sub convert_units
+sub convert_unit
{
my ($val) = @_;
$val =~ /(\d+)([kMGTP%]?)/;
More information about the Fai-commit
mailing list