Skip to content

Commit

Permalink
Fixing a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
rmalizia44 committed May 9, 2018
1 parent 4007980 commit b813508
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/framework/net/protocol.cpp
Expand Up @@ -79,7 +79,7 @@ void Protocol::send(const OutputMessagePtr& outputMessage)
if(m_checksumEnabled)
outputMessage->writeChecksum();

// wirte message size
// write message size
outputMessage->writeMessageSize();

// send
Expand Down

0 comments on commit b813508

Please sign in to comment.