summaryrefslogtreecommitdiffstats
path: root/perl-install/detect_devices.pm
diff options
context:
space:
mode:
authorThierry.Vignaud <thierry.vignaud@gmail.com>2014-05-27 22:03:55 +0200
committerThierry Vignaud <thierry.vignaud@gmail.com>2014-05-27 22:07:18 +0200
commita4e46a78d26a05957100cd360b07cd69d13037b0 (patch)
tree8f52a00f444a30d01f90bfac0e879160fdb778e8 /perl-install/detect_devices.pm
parentbbecf42e9490e4857a7c49e905ae736ae4c15e72 (diff)
downloaddrakx-a4e46a78d26a05957100cd360b07cd69d13037b0.tar
drakx-a4e46a78d26a05957100cd360b07cd69d13037b0.tar.gz
drakx-a4e46a78d26a05957100cd360b07cd69d13037b0.tar.bz2
drakx-a4e46a78d26a05957100cd360b07cd69d13037b0.tar.xz
drakx-a4e46a78d26a05957100cd360b07cd69d13037b0.zip
typo fixes
Diffstat (limited to 'perl-install/detect_devices.pm')
-rw-r--r--perl-install/detect_devices.pm12
1 files changed, 6 insertions, 6 deletions
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