From eb47d4d0bb021aa806b0658d755bd61e0c949937 Mon Sep 17 00:00:00 2001 From: Tannin Date: Sun, 31 May 2015 00:36:16 +0200 Subject: small stuff in preparation of release --- src/nxmaccessmanager.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/nxmaccessmanager.cpp') diff --git a/src/nxmaccessmanager.cpp b/src/nxmaccessmanager.cpp index 8ec9080e..c99d2d8d 100644 --- a/src/nxmaccessmanager.cpp +++ b/src/nxmaccessmanager.cpp @@ -169,7 +169,7 @@ void NXMAccessManager::loginTimeout() emit loginFailed(tr("timeout")); m_LoginReply->deleteLater(); m_LoginReply = nullptr; - m_LoginAttempted = false; // this usually means we might have usccess later + m_LoginAttempted = false; // this usually means we might have success later m_LoginTimeout.stop(); m_Username.clear(); m_Password.clear(); -- cgit v1.3.1