2
0
mirror of https://github.com/lm-sensors/lm-sensors synced 2025-08-30 05:48:07 +00:00

Typo fix, thanks to Brian C for reporting.

git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@4079 7894878c-1315-0410-8ee3-d5d059ff63e0
This commit is contained in:
Jean Delvare 2006-07-29 16:21:54 +00:00
parent b7ba72c716
commit dd7848c788
3 changed files with 8 additions and 7 deletions

View File

@ -317,7 +317,7 @@ number %d. The script prog/mkdev/mkdev.sh will create the files for you.
There is a special scanning program installed called sensors-detect. It
will scan all available I2C and SMBus adapters for all known devices,
and give you a list of what modules you need to insert. It is written in
Perl, and you will need at least Perl 5.004 to run it succesfully.
Perl, and you will need at least Perl 5.004 to run it successfully.
If `sensors' returns some error message about not being able to load
libsensors, you have to add the directory in which it is installed

View File

@ -18,8 +18,9 @@
# Everything you may want to change is in the top of this file. Usually, you
# can just use the defaults, fortunately.
# You need a full complement of GNU utilities to run this Makefile succesfully;
# most notably, you need bash, GNU make, flex (>= 2.5.1) and bison.
# You need a full complement of GNU utilities to run this Makefile
# successfully; most notably, you need bash, GNU make, flex (>= 2.5.1)
# and bison.
# If your /bin/sh is not bash, change the below definition so that make can
# find bash. Or you can hope your sh-like shell understands all scripts.

View File

@ -2425,7 +2425,7 @@ sub adapter_pci_detection
if (! @res) {
print ("Sorry, no PCI bus adapters found.\n");
} else {
printf ("Probe succesfully concluded.\n");
printf ("Probe successfully concluded.\n");
}
return @res;
}
@ -5407,7 +5407,7 @@ sub main
print "** Note: rivatv module is available at http://rivatv.sourceforge.net/\n";
}
} else {
print "Module loaded succesfully.\n";
print "Module loaded successfully.\n";
}
}
}
@ -5439,7 +5439,7 @@ sub main
} elsif (system "modprobe","i2c-dev") {
print " Loading failed, expect problems later on.\n";
} else {
print " Module loaded succesfully.\n";
print " Module loaded successfully.\n";
}
}
}
@ -5568,7 +5568,7 @@ sub main
}
print "\n\n",
"I will now generate the commands needed to load the I2C modules.\n";
"I will now generate the commands needed to load the required modules.\n";
my ($modprobes, $configfile) = generate_modprobes 1; # 1 == prefer ISA
print "\nTo make the sensors modules behave correctly, add these lines to\n",