diff options
| author | Chris Wheeler <[email protected]> | 2016-01-17 11:03:56 +0000 |
|---|---|---|
| committer | Chris Wheeler <[email protected]> | 2016-01-17 11:03:56 +0000 |
| commit | 9d263bd17c2bdd5ba9e31bd5fb110c332eb80691 (patch) | |
| tree | e52d90fb446cd0039d2f39b707fe549a89234371 /src/qt/sendcoinsdialog.cpp | |
| parent | Merge pull request #7081 (diff) | |
| download | discoin-9d263bd17c2bdd5ba9e31bd5fb110c332eb80691.tar.xz discoin-9d263bd17c2bdd5ba9e31bd5fb110c332eb80691.zip | |
Typo fixes in comments
Diffstat (limited to 'src/qt/sendcoinsdialog.cpp')
| -rw-r--r-- | src/qt/sendcoinsdialog.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qt/sendcoinsdialog.cpp b/src/qt/sendcoinsdialog.cpp index 31c9028c4..95d4bd56f 100644 --- a/src/qt/sendcoinsdialog.cpp +++ b/src/qt/sendcoinsdialog.cpp @@ -789,7 +789,7 @@ void SendCoinsDialog::coinControlUpdateLabels() if (model->getOptionsModel()->getCoinControlFeatures()) { - // enable minium absolute fee UI controls + // enable minimum absolute fee UI controls ui->radioCustomAtLeast->setVisible(true); // only enable the feature if inputs are selected |