spelling fixes: eventhough, shoudl, asyncronous, maxium, implicity
These changes are carried in debian for a long time, some since 2016. The last one (implicity) is new in 1.20.0. Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
This commit is contained in:
committed by
Bart Van Assche
parent
d960e6253c
commit
6e0206c135
@@ -95,7 +95,7 @@ test_compareandwrite_miscompare(void)
|
||||
for (j = 0; j < i * block_size; j++) {
|
||||
if (scratch[j] != 'A') {
|
||||
logging(LOG_VERBOSE, "[FAILED] Data changed "
|
||||
"eventhough there was a miscompare");
|
||||
"even though there was a miscompare");
|
||||
CU_FAIL("Block was written to");
|
||||
return;
|
||||
}
|
||||
@@ -151,7 +151,7 @@ test_compareandwrite_miscompare(void)
|
||||
for (j = 0; j < i * block_size; j++) {
|
||||
if (scratch[j] != 'A') {
|
||||
logging(LOG_VERBOSE, "[FAILED] Data changed "
|
||||
"eventhough there was a miscompare");
|
||||
"even though there was a miscompare");
|
||||
CU_FAIL("Block was written to");
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user