summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--INSTALL2
-rw-r--r--Makefile5
-rwxr-xr-xprog/detect/sensors-detect8
3 files changed, 8 insertions, 7 deletions
diff --git a/INSTALL b/INSTALL
index a4c8f6df..c7ea4e89 100644
--- a/INSTALL
+++ b/INSTALL
@@ -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
diff --git a/Makefile b/Makefile
index ab308e15..5e54e8df 100644
--- a/Makefile
+++ b/Makefile
@@ -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.
diff --git a/prog/detect/sensors-detect b/prog/detect/sensors-detect
index 587107d7..e37d18f0 100755
--- a/prog/detect/sensors-detect
+++ b/prog/detect/sensors-detect
@@ -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",