Use the proper protocol names
[contrib/qtwebsockets.git] / src / websockets / qwebsocketdataprocessor.cpp
index db9aa88..83a1a26 100644 (file)
@@ -41,7 +41,7 @@
 /*!
     \class QWebSocketDataProcessor
     The class QWebSocketDataProcessor is responsible for reading, validating and
-    interpreting data from a websocket.
+    interpreting data from a WebSocket.
     It reads data from a QIODevice, validates it against RFC 6455, and parses it into
     frames (data, control).
     It emits signals that correspond to the type of the frame: textFrameReceived(),