diff --git a/eeprom/ddcmon b/eeprom/ddcmon index 50415a5..990e0b0 100755 --- a/eeprom/ddcmon +++ b/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; } }