mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-27 14:35:52 +00:00
Typo.
This commit is contained in:
@@ -253,7 +253,7 @@ void SqliteDatabase::runWal()
|
||||
if (ret != SQLITE_OK)
|
||||
{
|
||||
cLog((ret == SQLITE_LOCKED) ? lsDEBUG : lsWARNING) << "WAL " << mHost << ":"
|
||||
<< db << " errror " << ret;
|
||||
<< db << " error " << ret;
|
||||
}
|
||||
}
|
||||
walSet.clear();
|
||||
|
||||
Reference in New Issue
Block a user