From: janw Date: Thu, 31 Jan 2008 08:48:24 +0000 (+0000) Subject: Corrected function name *sic* X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=30bfe2e8b929286f079f9d4775f1c76a27c5f5ad;p=gosa.git Corrected function name *sic* git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@8690 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-si/gosa-si-client b/gosa-si/gosa-si-client index 9b4f2b31a..257e54494 100755 --- a/gosa-si/gosa-si-client +++ b/gosa-si/gosa-si-client @@ -1265,7 +1265,7 @@ sub new_passwd { return; } -sub genereate_hw_digest { +sub generate_hw_digest { my $hw_data; foreach my $line (split /\n/, `cat /proc/bus/pci/devices`) { $hw_data.= sprintf "%s", $line =~ /[^\s]+\s([^\s]+)\s.*/;