Fix a bunch of typos

This commit is contained in:
Ronnie Sahlberg
2013-04-29 21:02:40 -07:00
parent 4a8d967541
commit 1165e06d19
7 changed files with 13 additions and 17 deletions

View File

@@ -301,7 +301,7 @@ test_write10_residuals(void)
for (i = block_size; i < 2 * block_size; i++) {
if (buf[i] != 'a') {
logging(LOG_NORMAL, "Second block was overwritten and no longer contain 'a'");
CU_FAIL("Second block was incorrectly overwritten correctly");
CU_FAIL("Second block was incorrectly overwritten");
break;
}
}
@@ -375,7 +375,7 @@ test_write10_residuals(void)
for (i = block_size; i < 2 * block_size; i++) {
if (buf[i] != 'a') {
logging(LOG_NORMAL, "Second block was overwritten and no longer contain 'a'");
CU_FAIL("Second block was incorrectly overwritten correctly");
CU_FAIL("Second block was incorrectly overwritten");
break;
}
}