From 117304c1a77fca894245311a41e1afc93c85f053 Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Thu, 10 Oct 2013 15:03:05 +0000 Subject: [PATCH] scstadmin: Fix a typo in a diagnostic message git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@5057 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- scstadmin/scstadmin.sysfs/scst-0.9.10/lib/SCST/SCST.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.',