Skip to content

Commit 71929ba

Browse files
Merge pull request dogecoin#3768 from chloefeal/fix
Fix typos
2 parents 3875eaf + 31978e2 commit 71929ba

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/qt/guiutil.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ namespace GUIUtil
142142
* Makes a QTableView last column feel as if it was being resized from its left border.
143143
* Also makes sure the column widths are never larger than the table's viewport.
144144
* In Qt, all columns are resizable from the right, but it's not intuitive resizing the last column from the right.
145-
* Usually our second to last columns behave as if stretched, and when on strech mode, columns aren't resizable
145+
* Usually our second to last columns behave as if stretched, and when on stretch mode, columns aren't resizable
146146
* interactively or programmatically.
147147
*
148148
* This helper object takes care of this issue.

src/rpc/blockchain.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1627,7 +1627,7 @@ static UniValue getblockstats(const JSONRPCRequest& request)
16271627
" \"mediantxsize\": xxxxx, (numeric) Truncated median transaction size\n"
16281628
" \"minfee\": xxxxx, (numeric) Minimum fee in the block\n"
16291629
" \"minfeerate\": xxxxx, (numeric) Minimum feerate (in koinu per byte)\n"
1630-
" \"minoutamount\": xxxxx, (numeric) Minumum output value (excluding coinbase and OP_RETURN)\n"
1630+
" \"minoutamount\": xxxxx, (numeric) Minimum output value (excluding coinbase and OP_RETURN)\n"
16311631
" \"mintxsize\": xxxxx, (numeric) Minimum transaction size\n"
16321632
" \"outs\": xxxxx, (numeric) The number of outputs\n"
16331633
" \"subsidy\": xxxxx, (numeric) The block subsidy\n"

0 commit comments

Comments
 (0)