Skip to content

Commit aa5e7c9

Browse files
committed
Fix typo in bitcoin-cli.cpp
1 parent b20ad0e commit aa5e7c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bitcoin-cli.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -885,7 +885,7 @@ static void GetWalletBalances(UniValue& result)
885885
}
886886

887887
/**
888-
* GetProgressBar contructs a progress bar with 5% intervals.
888+
* GetProgressBar constructs a progress bar with 5% intervals.
889889
*
890890
* @param[in] progress The proportion of the progress bar to be filled between 0 and 1.
891891
* @param[out] progress_bar String representation of the progress bar.

0 commit comments

Comments
 (0)