mirror of
https://github.com/lm-sensors/lm-sensors
synced 2025-08-31 14:25:39 +00:00
spelling fix
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@2375 7894878c-1315-0410-8ee3-d5d059ff63e0
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
/*
|
||||
i2cdetect.c - Part of i2cdetect, a user-space program to scan for I2C
|
||||
devices.
|
||||
Copyright (c) 1999-2001 Frodo Looijaard <frodol@dds.nl> and
|
||||
Copyright (c) 1999-2004 Frodo Looijaard <frodol@dds.nl> and
|
||||
Mark D. Studebaker <mdsxyz123@yahoo.com>
|
||||
|
||||
This program is free software; you can redistribute it and/or modify
|
||||
@@ -138,7 +138,7 @@ int main(int argc, char *argv[])
|
||||
|
||||
if (ioctl(file,I2C_FUNCS,&funcs) < 0) {
|
||||
fprintf(stderr,
|
||||
"Error: Could not get the adapter functionality maxtrix: %s\n",
|
||||
"Error: Could not get the adapter functionality matrix: %s\n",
|
||||
strerror(errno));
|
||||
exit(1);
|
||||
}
|
||||
|
Reference in New Issue
Block a user