From e30dc8d781b70a7ed8909d2fb125fbd2b9c0eb1a Mon Sep 17 00:00:00 2001 From: Frederik Gladhorn Date: Thu, 9 Jan 2014 19:51:07 +0100 Subject: Fix typo (passive requires past participle) Change-Id: I3792ccb9fa40042d0a5912a3723bfbf23b867f73 Reviewed-by: Kurt Pattyn --- src/imports/qmlwebsockets/qqmlwebsocket.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/imports/qmlwebsockets/qqmlwebsocket.cpp') diff --git a/src/imports/qmlwebsockets/qqmlwebsocket.cpp b/src/imports/qmlwebsockets/qqmlwebsocket.cpp index 8a87218..7ba03c0 100644 --- a/src/imports/qmlwebsockets/qqmlwebsocket.cpp +++ b/src/imports/qmlwebsockets/qqmlwebsocket.cpp @@ -122,7 +122,7 @@ QQmlWebSocket::~QQmlWebSocket() qint64 QQmlWebSocket::sendTextMessage(const QString &message) { if (m_status != Open) { - setErrorString(tr("Messages can only be send when the socket has Open status.")); + setErrorString(tr("Messages can only be sent when the socket has Open status.")); setStatus(Error); return 0; } -- cgit v1.2.1