summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrank Meerkoetter <frank.meerkoetter@basyskom.com>2016-03-26 22:01:13 +0100
committerFrank Meerkoetter <frank.meerkoetter@basyskom.com>2016-04-13 04:50:07 +0000
commitd9acb1d6357949cb83f34a4b7b24f568cb310fdd (patch)
tree4efabc1ee177af91e93897a6878acef12d02e8ed
parentfee649ed845fe0e4a56709836807bac707fec51d (diff)
downloadqtwebchannel-d9acb1d6357949cb83f34a4b7b24f568cb310fdd.tar.gz
Fix typo
Change-Id: I434c84d04d8e8d427bec4fd9f0f9ee20c54e7fc5 Reviewed-by: Milian Wolff <milian.wolff@kdab.com>
-rw-r--r--examples/webchannel/shared/websocketclientwrapper.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/webchannel/shared/websocketclientwrapper.cpp b/examples/webchannel/shared/websocketclientwrapper.cpp
index 0778cee..3e111cd 100644
--- a/examples/webchannel/shared/websocketclientwrapper.cpp
+++ b/examples/webchannel/shared/websocketclientwrapper.cpp
@@ -55,7 +55,7 @@
#include "websockettransport.h"
/*!
- \brief Wrapps connected QWebSockets clients in WebSocketTransport objects.
+ \brief Wraps connected QWebSockets clients in WebSocketTransport objects.
This code is all that is required to connect incoming WebSockets to the WebChannel. Any kind
of remote JavaScript client that supports WebSockets can thus receive messages and access the