Browse Source

Spelling fixes.

git-svn-id: http://lm-sensors.org/svn/i2c-tools/trunk@5538 7894878c-1315-0410-8ee3-d5d059ff63e0
tags/v3.0.3
Jean Delvare 17 years ago
parent
commit
9590d810f3
  1. 2
      eeprom/decode-dimms
  2. 2
      eepromer/eeprom.c

2
eeprom/decode-dimms

@ -366,7 +366,7 @@ sub printl2($$) # print a line w/ label and value (outside a table)
print "$label: $value\n";
}
sub prints($) # print seperator w/ given text
sub prints($) # print separator w/ given text
{
my ($label) = @_;
if ($opt_html) {

2
eepromer/eeprom.c

@ -152,7 +152,7 @@ int main(int argc, char **argv){
fprintf(stderr,"Note on pages/addresses:\n");
fprintf(stderr,"\teeproms with more than 256 byte appear as if they\n");
fprintf(stderr,"\twere several eeproms with consecutive addresses on the bus\n");
fprintf(stderr,"\tso we might as well address several seperate eeproms with\n");
fprintf(stderr,"\tso we might as well address several separate eeproms with\n");
fprintf(stderr,"\tincreasing addresses....\n\n");
exit(1);
break;

Loading…
Cancel
Save