mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Fix typo in ReportingETL.cpp
respresent -> represent
This commit is contained in:
committed by
manojsdoshi
parent
c0cb389b20
commit
a529b218f3
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user