Skip to content

Commit

Permalink
Spelling fix in comment
Browse files Browse the repository at this point in the history
Conflicts:
	src/qt/bitcoingui.cpp
  • Loading branch information
MathyV committed May 9, 2014
1 parent 8b542d5 commit 3704a6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/qt/bitcoingui.cpp
Original file line number Diff line number Diff line change
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 3704a6a

Please sign in to comment.