Browse Source

Typo fix.

git-svn-id: http://lm-sensors.org/svn/i2c-tools/trunk@4926 7894878c-1315-0410-8ee3-d5d059ff63e0
tags/v3.0.0
Jean Delvare 18 years ago
parent
commit
86154825bd
  1. 2
      eeprom/ddcmon

2
eeprom/ddcmon

@ -64,7 +64,7 @@ if (-r '/proc/modules')
unless ($found)
{
print STDERR
"This script required the eeprom module to be loaded.\n";
"This script requires the eeprom module to be loaded.\n";
exit 1;
}
}

Loading…
Cancel
Save