Fix typo in LedgerMaster.cpp

This commit is contained in:
MarkusTeufelberger
2015-05-05 11:31:27 +02:00
committed by Nik Bougalis
parent 2d44c8568f
commit 798d36efcf

View File

@@ -1026,7 +1026,7 @@ public:
}
catch (...)
{
WriteLog (lsWARNING, LedgerMaster) << "Threw while prefecthing";
WriteLog (lsWARNING, LedgerMaster) << "Threw while prefetching";
}
}
}