fix spellings

This commit is contained in:
cella
2016-06-17 15:37:07 +01:00
parent ab51930730
commit b3d4367d10
2 changed files with 2 additions and 2 deletions

View File

@ -245,7 +245,7 @@ void WebSocketsClient::setAuthorization(const char * auth) {
* @param payload uint8_t *
* @param lenght size_t
*/
void WebSocketsClient::messageRecived(WSclient_t * client, WSopcode_t opcode, uint8_t * payload, size_t lenght) {
void WebSocketsClient::messageReceived(WSclient_t * client, WSopcode_t opcode, uint8_t * payload, size_t lenght) {
WStype_t type = WStype_ERROR;
switch(opcode) {