scst_copy_mgr: Fix a spelling error

git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@6644 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
Bart Van Assche
2015-11-10 00:27:33 +00:00
parent 3326253e14
commit 6506586af8

View File

@@ -3210,7 +3210,7 @@ int scst_cm_parse_descriptors(struct scst_cmd *ec_cmd)
if (seg_len == 0)
goto out_del_put;
else {
PRINT_WARNING("Zero target descriptors with none zero "
PRINT_WARNING("Zero target descriptors with non-zero "
"segments len (%d)", seg_len);
scst_set_invalid_field_in_parm_list(ec_cmd, 2, 0);
goto out_del_abn_put;