diff --git a/test-tool/test_reserve6_itnexus_loss.c b/test-tool/test_reserve6_itnexus_loss.c index 17239fe..1b55236 100644 --- a/test-tool/test_reserve6_itnexus_loss.c +++ b/test-tool/test_reserve6_itnexus_loss.c @@ -59,7 +59,7 @@ test_reserve6_itnexus_loss(void) logging(LOG_VERBOSE, "Disconnect from the target."); iscsi_destroy_context(sd->iscsi_ctx); - logging(LOG_VERBOSE, "Sleep for three seconds incase the target is slow to reset"); + logging(LOG_VERBOSE, "Sleep for three seconds in case the target is slow to reset"); sleep(3); logging(LOG_VERBOSE, "Reconnect to target"); diff --git a/test-tool/test_reserve6_lun_reset.c b/test-tool/test_reserve6_lun_reset.c index 3d6b6ea..a645960 100644 --- a/test-tool/test_reserve6_lun_reset.c +++ b/test-tool/test_reserve6_lun_reset.c @@ -53,7 +53,7 @@ test_reserve6_lun_reset(void) } CU_ASSERT_EQUAL(ret, 0); - logging(LOG_VERBOSE, "Sleep for three seconds incase the target is slow to reset"); + logging(LOG_VERBOSE, "Sleep for three seconds in case the target is slow to reset"); sleep(3); diff --git a/test-tool/test_reserve6_target_cold_reset.c b/test-tool/test_reserve6_target_cold_reset.c index 9e38413..29b5021 100644 --- a/test-tool/test_reserve6_target_cold_reset.c +++ b/test-tool/test_reserve6_target_cold_reset.c @@ -56,7 +56,7 @@ test_reserve6_target_cold_reset(void) return; } - logging(LOG_VERBOSE, "Sleep for three seconds incase the target is slow to reset"); + logging(LOG_VERBOSE, "Sleep for three seconds in case the target is slow to reset"); sleep(3); logging(LOG_VERBOSE, "Create a second connection to the target"); diff --git a/test-tool/test_reserve6_target_warm_reset.c b/test-tool/test_reserve6_target_warm_reset.c index 2f58763..346d1ca 100644 --- a/test-tool/test_reserve6_target_warm_reset.c +++ b/test-tool/test_reserve6_target_warm_reset.c @@ -56,10 +56,9 @@ test_reserve6_target_warm_reset(void) return; } - logging(LOG_VERBOSE, "Sleep for three seconds incase the target is slow to reset"); + logging(LOG_VERBOSE, "Sleep for three seconds in case the target is slow to reset"); sleep(3); - logging(LOG_VERBOSE, "Create a second connection to the target"); ret = mpath_sd2_get_or_clone(sd, &sd2); CU_ASSERT_EQUAL(ret, 0); diff --git a/test-tool/test_sanitize_reset.c b/test-tool/test_sanitize_reset.c index c6199f3..fcbf248 100644 --- a/test-tool/test_sanitize_reset.c +++ b/test-tool/test_sanitize_reset.c @@ -89,7 +89,7 @@ test_sanitize_reset(void) } - logging(LOG_VERBOSE, "Sleep for three seconds incase the target is " + logging(LOG_VERBOSE, "Sleep for three seconds in case the target is " "slow to start the SANITIZE"); sleep(3); @@ -151,7 +151,7 @@ test_sanitize_reset(void) logging(LOG_VERBOSE, "Disconnect from the target."); iscsi_destroy_context(sd->iscsi_ctx); - logging(LOG_VERBOSE, "Sleep for one seconds incase the target is " + logging(LOG_VERBOSE, "Sleep for one seconds in case the target is " "slow to reset"); sleep(1);