From aa5e7c9471c50771bc77b0ec4e0e0929e4a32eae Mon Sep 17 00:00:00 2001 From: Kiminuo Date: Sun, 22 Aug 2021 16:50:36 +0200 Subject: Fix typo in bitcoin-cli.cpp --- src/bitcoin-cli.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/bitcoin-cli.cpp') diff --git a/src/bitcoin-cli.cpp b/src/bitcoin-cli.cpp index bc0af6398c..34785bf6a4 100644 --- a/src/bitcoin-cli.cpp +++ b/src/bitcoin-cli.cpp @@ -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. -- cgit v1.2.3