aboutsummaryrefslogtreecommitdiff
path: root/src/bitcoin-cli.cpp
diff options
context:
space:
mode:
authorKiminuo <kiminuo@protonmail.com>2021-08-22 16:50:36 +0200
committerKiminuo <kiminuo@protonmail.com>2021-08-24 07:44:09 +0200
commitaa5e7c9471c50771bc77b0ec4e0e0929e4a32eae (patch)
treeb0722621859541a87178702447eaa62e4b5b98ca /src/bitcoin-cli.cpp
parentb20ad0eb16b9142a246a4f64c4c81ce89d51d7f4 (diff)
downloadbitcoin-aa5e7c9471c50771bc77b0ec4e0e0929e4a32eae.tar.xz
Fix typo in bitcoin-cli.cpp
Diffstat (limited to 'src/bitcoin-cli.cpp')
-rw-r--r--src/bitcoin-cli.cpp2
1 files changed, 1 insertions, 1 deletions
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.