From a4e46a78d26a05957100cd360b07cd69d13037b0 Mon Sep 17 00:00:00 2001 From: "Thierry.Vignaud" Date: Tue, 27 May 2014 22:03:55 +0200 Subject: typo fixes --- perl-install/detect_devices.pm | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'perl-install/detect_devices.pm') diff --git a/perl-install/detect_devices.pm b/perl-install/detect_devices.pm index 17e37954a..a8aa9bd2e 100644 --- a/perl-install/detect_devices.pm +++ b/perl-install/detect_devices.pm @@ -277,7 +277,7 @@ sub getSCSI() { $s; }; - # Old hp scanners report themselves as "Processor"s + # Old HP scanners report themselves as "Processor"s # (see linux/include/scsi/scsi.h and sans-find-scanner.1) my $raw_type = $scsi_types[$get->('type')]; @@ -849,7 +849,7 @@ sub get_lan_interfaces() { grep { is_lan_interface($_) } get_all_net_devices() } =item get_net_interfaces() -Returns list of all usefull network devices +Returns list of all useful network devices =cut @@ -1115,7 +1115,7 @@ sub pcmcia_controller_probe() { =item pcmcia_probe() -Return list of PCMCIA devices (eg: ethernet PCMCIA cards, ...) +Return list of PCMCIA devices (eg: Ethernet PCMCIA cards, ...) =cut @@ -1331,7 +1331,7 @@ sub dmi_detect_memory() { =item computer_info() -Analyze "Chassis" & "Bios" in dmidecode output and return a hash of flags/values (isLaptop, isServer, BIOS_Year) +Analyse "Chassis" & "Bios" in dmidecode output and return a hash of flags/values (isLaptop, isServer, BIOS_Year) =cut @@ -1507,7 +1507,7 @@ sub is_netbook_nettop() { =item has_low_resources() -Is it a low ressource machine? +Is it a low resource machine? =cut @@ -1517,7 +1517,7 @@ sub has_low_resources() { =item need_light_desktop() -Does it need a light desktop (netbook or low ressources machine)? +Does it need a light desktop (netbook or low resources machine)? =cut -- cgit v1.2.1