aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMathy Vanvoorden <[email protected]>2014-05-09 12:52:08 +0200
committerWladimir J. van der Laan <[email protected]>2014-05-28 15:55:22 +0200
commitd2b82dd7d8cdc87555d1983e47fe10a7b92f2d87 (patch)
tree103494d8ad9a9fd66620516a318afdff5ff4359e /src
parentMerge pull request #4195 (diff)
downloaddiscoin-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.cpp2
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)