From d9acb1d6357949cb83f34a4b7b24f568cb310fdd Mon Sep 17 00:00:00 2001 From: Frank Meerkoetter Date: Sat, 26 Mar 2016 22:01:13 +0100 Subject: Fix typo Change-Id: I434c84d04d8e8d427bec4fd9f0f9ee20c54e7fc5 Reviewed-by: Milian Wolff --- examples/webchannel/shared/websocketclientwrapper.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.1