From 6506586af8517c0042f236cbe9e4e53064f65231 Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Tue, 10 Nov 2015 00:27:33 +0000 Subject: [PATCH] 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 --- scst/src/scst_copy_mgr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scst/src/scst_copy_mgr.c b/scst/src/scst_copy_mgr.c index dabbbd603..517bbe5be 100644 --- a/scst/src/scst_copy_mgr.c +++ b/scst/src/scst_copy_mgr.c @@ -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;