Fix typo in ReportingETL.cpp

respresent -> represent
This commit is contained in:
Ikko Ashimine
2022-01-14 01:06:34 +09:00
committed by manojsdoshi
parent c0cb389b20
commit a529b218f3

View File

@@ -155,7 +155,7 @@ ReportingETL::loadInitialLedger(uint32_t startingSequence)
// Once the below call returns, all data has been pushed into the queue
loadBalancer_.loadInitialLedger(startingSequence, writeQueue);
// null is used to respresent the end of the queue
// null is used to represent the end of the queue
std::shared_ptr<SLE> null;
writeQueue.push(null);
// wait for the writer to finish