Spelling fix: incase -> in case

Signed-off-by: Bart Van Assche <bart.vanassche@sandisk.com>
This commit is contained in:
Bart Van Assche
2015-12-15 14:33:37 +01:00
parent 81f7f60e6c
commit 38e6ab7582
5 changed files with 6 additions and 7 deletions

View File

@@ -59,7 +59,7 @@ test_reserve6_itnexus_loss(void)
logging(LOG_VERBOSE, "Disconnect from the target."); logging(LOG_VERBOSE, "Disconnect from the target.");
iscsi_destroy_context(sd->iscsi_ctx); 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); sleep(3);
logging(LOG_VERBOSE, "Reconnect to target"); logging(LOG_VERBOSE, "Reconnect to target");

View File

@@ -53,7 +53,7 @@ test_reserve6_lun_reset(void)
} }
CU_ASSERT_EQUAL(ret, 0); 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); sleep(3);

View File

@@ -56,7 +56,7 @@ test_reserve6_target_cold_reset(void)
return; 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); sleep(3);
logging(LOG_VERBOSE, "Create a second connection to the target"); logging(LOG_VERBOSE, "Create a second connection to the target");

View File

@@ -56,10 +56,9 @@ test_reserve6_target_warm_reset(void)
return; 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); 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);

View File

@@ -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"); "slow to start the SANITIZE");
sleep(3); sleep(3);
@@ -151,7 +151,7 @@ test_sanitize_reset(void)
logging(LOG_VERBOSE, "Disconnect from the target."); logging(LOG_VERBOSE, "Disconnect from the target.");
iscsi_destroy_context(sd->iscsi_ctx); 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"); "slow to reset");
sleep(1); sleep(1);