diff --git a/src/qt/guiutil.h b/src/qt/guiutil.h index d6bc25c14..d0e86b42b 100644 --- a/src/qt/guiutil.h +++ b/src/qt/guiutil.h @@ -142,7 +142,7 @@ namespace GUIUtil * Makes a QTableView last column feel as if it was being resized from its left border. * Also makes sure the column widths are never larger than the table's viewport. * In Qt, all columns are resizable from the right, but it's not intuitive resizing the last column from the right. - * Usually our second to last columns behave as if stretched, and when on strech mode, columns aren't resizable + * Usually our second to last columns behave as if stretched, and when on stretch mode, columns aren't resizable * interactively or programmatically. * * This helper object takes care of this issue. diff --git a/src/rpc/blockchain.cpp b/src/rpc/blockchain.cpp index a6b4c49f2..5d97aad86 100644 --- a/src/rpc/blockchain.cpp +++ b/src/rpc/blockchain.cpp @@ -1627,7 +1627,7 @@ static UniValue getblockstats(const JSONRPCRequest& request) " \"mediantxsize\": xxxxx, (numeric) Truncated median transaction size\n" " \"minfee\": xxxxx, (numeric) Minimum fee in the block\n" " \"minfeerate\": xxxxx, (numeric) Minimum feerate (in koinu per byte)\n" - " \"minoutamount\": xxxxx, (numeric) Minumum output value (excluding coinbase and OP_RETURN)\n" + " \"minoutamount\": xxxxx, (numeric) Minimum output value (excluding coinbase and OP_RETURN)\n" " \"mintxsize\": xxxxx, (numeric) Minimum transaction size\n" " \"outs\": xxxxx, (numeric) The number of outputs\n" " \"subsidy\": xxxxx, (numeric) The block subsidy\n"