Fix typo in LedgerHandler.cpp

non-existant -> non-existent
This commit is contained in:
Ikko Ashimine
2021-10-06 22:56:05 +09:00
committed by manojsdoshi
parent 1197e49068
commit 90aa3c75a7

View File

@@ -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;
}