Spelling fix: incase -> in case
Signed-off-by: Bart Van Assche <bart.vanassche@sandisk.com>
This commit is contained in:
@@ -59,7 +59,6 @@ test_reserve6_target_warm_reset(void)
|
|||||||
logging(LOG_VERBOSE, "Sleep for three seconds in case the target is slow to reset");
|
logging(LOG_VERBOSE, "Sleep for three seconds in case the target is slow to reset");
|
||||||
sleep(3);
|
sleep(3);
|
||||||
|
|
||||||
|
|
||||||
logging(LOG_VERBOSE, "Create a second connection to the target");
|
logging(LOG_VERBOSE, "Create a second connection to the target");
|
||||||
ret = mpath_sd2_get_or_clone(sd, &sd2);
|
ret = mpath_sd2_get_or_clone(sd, &sd2);
|
||||||
CU_ASSERT_EQUAL(ret, 0);
|
CU_ASSERT_EQUAL(ret, 0);
|
||||||
|
|||||||
Reference in New Issue
Block a user