Changeset 2375

Show
Ignore:
Timestamp:
03/20/04 17:10:39 (9 years ago)
Author:
mds
Message:

spelling fix

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • lm-sensors/trunk/prog/detect/i2cdetect.c

    r2371 r2375  
    22    i2cdetect.c - Part of i2cdetect, a user-space program to scan for I2C  
    33                  devices. 
    4     Copyright (c) 1999-2001  Frodo Looijaard <frodol@dds.nl> and 
     4    Copyright (c) 1999-2004  Frodo Looijaard <frodol@dds.nl> and 
    55                             Mark D. Studebaker <mdsxyz123@yahoo.com> 
    66 
     
    139139  if (ioctl(file,I2C_FUNCS,&funcs) < 0) { 
    140140    fprintf(stderr, 
    141             "Error: Could not get the adapter functionality maxtrix: %s\n", 
     141            "Error: Could not get the adapter functionality matrix: %s\n", 
    142142            strerror(errno)); 
    143143    exit(1);