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
This commit is contained in:
Bart Van Assche
2013-10-10 15:03:05 +00:00
parent 140c5af41c
commit 117304c1a7
@@ -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.',