diff options
| author | Wladimir J. van der Laan <[email protected]> | 2016-01-18 10:41:27 +0100 |
|---|---|---|
| committer | Wladimir J. van der Laan <[email protected]> | 2016-01-18 10:41:32 +0100 |
| commit | a8bd616fea62e0b15c6041d687230f5d9dd47bf9 (patch) | |
| tree | 0e86fd376821825e0d50e56bcc7c6a0f38680a24 /src/qt/sendcoinsdialog.cpp | |
| parent | Merge pull request #7363 (diff) | |
| parent | Typo fixes in comments (diff) | |
| download | discoin-a8bd616fea62e0b15c6041d687230f5d9dd47bf9.tar.xz discoin-a8bd616fea62e0b15c6041d687230f5d9dd47bf9.zip | |
Merge pull request #7329
9d263bd Typo fixes in comments (Chris Wheeler)
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 c834c3b56..5fc7b57a4 100644 --- a/src/qt/sendcoinsdialog.cpp +++ b/src/qt/sendcoinsdialog.cpp @@ -791,7 +791,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 |