Typo fix.

master
Julian M. Kunkel 2020-05-28 20:11:52 +01:00
parent 4b417ef1f3
commit f97090a86b
1 changed files with 1 additions and 1 deletions

View File

@ -274,7 +274,7 @@ static void prep_testdir(int j, int dir_iter){
static void phase_end(){
if (call_sync){
if(! backend->sync){
FAIL("Error, backend does not provide the sync method, but your requested to use sync.");
FAIL("Error, backend does not provide the sync method, but you requested to use sync.");
}
backend->sync(& param);
}