diff options
| author | practicalswift <[email protected]> | 2017-01-29 18:19:55 +0100 |
|---|---|---|
| committer | practicalswift <[email protected]> | 2017-01-29 18:19:55 +0100 |
| commit | 5f62e3eb6381e455a1b83ab6fb368a132124d2a3 (patch) | |
| tree | eef3a02c5c59b6d75a3c35b7f3ad4cba38d9d8a7 /src/qt/bitcoingui.cpp | |
| parent | Merge #9510: [trivial] Fix typos in comments (diff) | |
| download | discoin-5f62e3eb6381e455a1b83ab6fb368a132124d2a3.tar.xz discoin-5f62e3eb6381e455a1b83ab6fb368a132124d2a3.zip | |
Fix typos
Diffstat (limited to 'src/qt/bitcoingui.cpp')
| -rw-r--r-- | src/qt/bitcoingui.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qt/bitcoingui.cpp b/src/qt/bitcoingui.cpp index f86b09644..1c1acb6b1 100644 --- a/src/qt/bitcoingui.cpp +++ b/src/qt/bitcoingui.cpp @@ -770,7 +770,7 @@ void BitcoinGUI::setNumBlocks(int count, const QDateTime& blockDate, double nVer if (!clientModel) return; - // Prevent orphan statusbar messages (e.g. hover Quit in main menu, wait until chain-sync starts -> garbelled text) + // Prevent orphan statusbar messages (e.g. hover Quit in main menu, wait until chain-sync starts -> garbled text) statusBar()->clearMessage(); // Acquire current block source |