From df66e4151e2a8402eeb3c4d2c035e3f7a608f045 Mon Sep 17 00:00:00 2001 From: Ikko Ashimine Date: Fri, 26 Aug 2022 02:11:39 +0900 Subject: [PATCH] Fix typo in detail/Node.h minumum -> minimum --- src/ripple/app/rdb/backend/detail/Node.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ripple/app/rdb/backend/detail/Node.h b/src/ripple/app/rdb/backend/detail/Node.h index fa7e39c83..23f5bce20 100644 --- a/src/ripple/app/rdb/backend/detail/Node.h +++ b/src/ripple/app/rdb/backend/detail/Node.h @@ -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.