mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +00:00
Fix typo in detail/Node.h
minumum -> minimum
This commit is contained in:
committed by
Nik Bougalis
parent
9a31f321cd
commit
df66e4151e
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user