From bcb778ec981486d37aef409a6d4edc2732069e48 Mon Sep 17 00:00:00 2001 From: Boris Pek Date: Tue, 8 Jan 2019 02:03:44 +0300 Subject: Fix spelling errors --- src/client/QXmppRemoteMethod.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/client/QXmppRemoteMethod.cpp') diff --git a/src/client/QXmppRemoteMethod.cpp b/src/client/QXmppRemoteMethod.cpp index 235a8bd6..9d57f49e 100644 --- a/src/client/QXmppRemoteMethod.cpp +++ b/src/client/QXmppRemoteMethod.cpp @@ -44,7 +44,7 @@ QXmppRemoteMethodResult QXmppRemoteMethod::call( ) // us to lose incoming packets QEventLoop loop(this); connect( this, SIGNAL(callDone()), &loop, SLOT(quit())); - QTimer::singleShot(30000,&loop, SLOT(quit())); // Timeout incase the other end hangs... + QTimer::singleShot(30000,&loop, SLOT(quit())); // Timeout in case the other end hangs... m_client->sendPacket( m_payload ); -- cgit v1.2.3