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

@@ -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");