diff options
| author | Mathy Vanvoorden <[email protected]> | 2014-05-09 12:52:08 +0200 |
|---|---|---|
| committer | Wladimir J. van der Laan <[email protected]> | 2014-05-28 15:55:22 +0200 |
| commit | d2b82dd7d8cdc87555d1983e47fe10a7b92f2d87 (patch) | |
| tree | 103494d8ad9a9fd66620516a318afdff5ff4359e /src | |
| parent | Merge pull request #4195 (diff) | |
| download | discoin-d2b82dd7d8cdc87555d1983e47fe10a7b92f2d87.tar.xz discoin-d2b82dd7d8cdc87555d1983e47fe10a7b92f2d87.zip | |
Spelling fix in comment
Rebased-By: Wladimir J. van der Laan <[email protected]>
Rebased-From: 3704a6a
Diffstat (limited to 'src')
| -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 e6190aec1..68ae8b466 100644 --- a/src/qt/bitcoingui.cpp +++ b/src/qt/bitcoingui.cpp @@ -188,7 +188,7 @@ BitcoinGUI::BitcoinGUI(bool fIsTestnet, QWidget *parent) : connect(openRPCConsoleAction, SIGNAL(triggered()), rpcConsole, SLOT(show())); - // prevents an oben debug window from becoming stuck/unusable on client shutdown + // prevents an open debug window from becoming stuck/unusable on client shutdown connect(quitAction, SIGNAL(triggered()), rpcConsole, SLOT(hide())); // Install event filter to be able to catch status tip events (QEvent::StatusTip) |