Skip to content

Commit

Permalink
Spelling fix in comment
Browse files Browse the repository at this point in the history
Rebased-By: Wladimir J. van der Laan <laanwj@gmail.com>
Rebased-From: 3704a6a
  • Loading branch information
MathyV authored and laanwj committed May 28, 2014
1 parent cd19892 commit d2b82dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/qt/bitcoingui.cpp
Expand Up @@ -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)
Expand Down

0 comments on commit d2b82dd

Please sign in to comment.