Changeset 4079

Show
Ignore:
Timestamp:
07/29/06 18:21:54 (2 years ago)
Author:
khali
Message:

Typo fix, thanks to Brian C for reporting.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • lm-sensors/trunk/INSTALL

    r2804 r4079  
    318318will scan all available I2C and SMBus adapters for all known devices, 
    319319and give you a list of what modules you need to insert. It is written in 
    320 Perl, and you will need at least Perl 5.004 to run it succesfully. 
     320Perl, and you will need at least Perl 5.004 to run it successfully. 
    321321 
    322322If `sensors' returns some error message about not being able to load 
  • lm-sensors/trunk/Makefile

    r4069 r4079  
    1919# can just use the defaults, fortunately. 
    2020 
    21 # You need a full complement of GNU utilities to run this Makefile succesfully; 
    22 # most notably, you need bash, GNU make, flex (>= 2.5.1) and bison. 
     21# You need a full complement of GNU utilities to run this Makefile 
     22# successfully; most notably, you need bash, GNU make, flex (>= 2.5.1) 
     23# and bison. 
    2324 
    2425# If your /bin/sh is not bash, change the below definition so that make can 
  • lm-sensors/trunk/prog/detect/sensors-detect

    r4078 r4079  
    24262426    print ("Sorry, no PCI bus adapters found.\n"); 
    24272427  } else { 
    2428     printf ("Probe succesfully concluded.\n"); 
     2428    printf ("Probe successfully concluded.\n"); 
    24292429  } 
    24302430  return @res; 
     
    54085408            } 
    54095409          } else { 
    5410             print "Module loaded succesfully.\n"; 
     5410            print "Module loaded successfully.\n"; 
    54115411          } 
    54125412        } 
     
    54405440        print " Loading failed, expect problems later on.\n"; 
    54415441      } else { 
    5442         print " Module loaded succesfully.\n"; 
     5442        print " Module loaded successfully.\n"; 
    54435443      } 
    54445444    } 
     
    55695569 
    55705570  print "\n\n", 
    5571         "I will now generate the commands needed to load the I2C modules.\n"; 
     5571        "I will now generate the commands needed to load the required modules.\n"; 
    55725572      
    55735573  my ($modprobes, $configfile) = generate_modprobes 1;  # 1 == prefer ISA