mirror of
https://github.com/SCST-project/scst.git
synced 2026-08-20 06:06:23 +00:00
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:
@@ -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.',
|
||||
|
||||
Reference in New Issue
Block a user