Fix typo in detail/Node.h

minumum -> minimum
This commit is contained in:
Ikko Ashimine
2022-08-26 02:11:39 +09:00
committed by Nik Bougalis
parent 9a31f321cd
commit df66e4151e

View File

@@ -110,7 +110,7 @@ std::size_t
getRows(soci::session& session, TableType type);
/**
* @brief getRowsMinMax Returns minumum ledger sequence,
* @brief getRowsMinMax Returns minimum ledger sequence,
* maximum ledger sequence and total number of rows in given table.
* @param session Session with database.
* @param type Table ID for which the result is returned.