Spelling fix in comment

Conflicts:
	src/qt/bitcoingui.cpp
This commit is contained in:
Mathy Vanvoorden
2014-05-09 12:52:08 +02:00
parent 8b542d5874
commit 3704a6a9e4

View File

@@ -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)