2
0
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:
Mark D. Studebaker
2004-03-20 16:10:39 +00:00
parent b635c71012
commit d9ab520272

View File

@@ -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);
}