Fix typo in bitcoin-cli.cpp

This commit is contained in:
Kiminuo 2021-08-22 16:50:36 +02:00
parent b20ad0eb16
commit aa5e7c9471

View File

@ -885,7 +885,7 @@ static void GetWalletBalances(UniValue& result)
}
/**
* GetProgressBar contructs a progress bar with 5% intervals.
* GetProgressBar constructs a progress bar with 5% intervals.
*
* @param[in] progress The proportion of the progress bar to be filled between 0 and 1.
* @param[out] progress_bar String representation of the progress bar.