Changeset 5538 for i2c-tools/trunk

Show
Ignore:
Timestamp:
12/07/08 16:30:12 (3 years ago)
Author:
khali
Message:

Spelling fixes.

Location:
i2c-tools/trunk
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • i2c-tools/trunk/eeprom/decode-dimms

    r5388 r5538  
    367367} 
    368368 
    369 sub prints($) # print seperator w/ given text 
     369sub prints($) # print separator w/ given text 
    370370{ 
    371371        my ($label) = @_; 
  • i2c-tools/trunk/eepromer/eeprom.c

    r4583 r5538  
    153153            fprintf(stderr,"\teeproms with more than 256 byte appear as if they\n"); 
    154154            fprintf(stderr,"\twere several eeproms with consecutive addresses on the bus\n"); 
    155             fprintf(stderr,"\tso we might as well address several seperate eeproms with\n"); 
     155            fprintf(stderr,"\tso we might as well address several separate eeproms with\n"); 
    156156            fprintf(stderr,"\tincreasing addresses....\n\n"); 
    157157            exit(1);