mirror of
https://github.com/monero-project/monero.git
synced 2026-01-18 07:36:32 -08:00
Correct spelling mistakes.
This commit is contained in:
@@ -472,7 +472,7 @@ void BlockchainLMDB::do_resize(uint64_t increase_size)
|
||||
// add 1Gb per resize, instead of doing a percentage increase
|
||||
uint64_t new_mapsize = (double) mei.me_mapsize + add_size;
|
||||
|
||||
// If given, use increase_size intead of above way of resizing.
|
||||
// If given, use increase_size instead of above way of resizing.
|
||||
// This is currently used for increasing by an estimated size at start of new
|
||||
// batch txn.
|
||||
if (increase_size > 0)
|
||||
|
||||
Reference in New Issue
Block a user