mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-19 10:35:50 +00:00
Fix typo in LedgerHandler.cpp
non-existant -> non-existent
This commit is contained in:
committed by
manojsdoshi
parent
1197e49068
commit
90aa3c75a7
@@ -90,7 +90,7 @@ LedgerHandler::check()
|
||||
if (!ledger_ || !ledger_->open())
|
||||
{
|
||||
// It doesn't make sense to request the queue
|
||||
// with a non-existant or closed/validated ledger.
|
||||
// with a non-existent or closed/validated ledger.
|
||||
return rpcINVALID_PARAMS;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user