diff options
| author | Tannin <devnull@localhost> | 2015-05-31 00:36:16 +0200 |
|---|---|---|
| committer | Tannin <devnull@localhost> | 2015-05-31 00:36:16 +0200 |
| commit | eb47d4d0bb021aa806b0658d755bd61e0c949937 (patch) | |
| tree | 989c83e8d972791cf44b29d78154160f8e8f988d /src | |
| parent | 59476e38ecb55182c7bc83614675cb6212bc324d (diff) | |
small stuff in preparation of release
Diffstat (limited to 'src')
| -rw-r--r-- | src/nxmaccessmanager.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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();
|
