diff --git a/scstadmin/scstadmin.sysfs/scst-0.9.10/lib/SCST/SCST.pm b/scstadmin/scstadmin.sysfs/scst-0.9.10/lib/SCST/SCST.pm index ae05883f2..4c76ba3b7 100644 --- a/scstadmin/scstadmin.sysfs/scst-0.9.10/lib/SCST/SCST.pm +++ b/scstadmin/scstadmin.sysfs/scst-0.9.10/lib/SCST/SCST.pm @@ -179,7 +179,7 @@ my %VERBOSE_ERROR = ( (SCST_C_FATAL_ERROR) => 'A fatal error occured. See "dmesg" for more information.', (SCST_C_BAD_ATTRIBUTES) => 'Bad attributes given for SCST.', (SCST_C_ATTRIBUTE_STATIC) => 'SCST attribute specified is static', -(SCST_C_SETATTR_FAIL) => 'Failed to set a SCST attribute. See "demsg" for more information.', +(SCST_C_SETATTR_FAIL) => 'Failed to set a SCST attribute. See "dmesg" for more information.', (SCST_C_HND_NO_HANDLER) => 'No such handler exists.', (SCST_C_HND_BAD_ATTRIBUTES) => 'Bad attributes given for handler.',