Fixing a typo

master
Malizia R 6 years ago committed by GitHub
parent 4007980c0c
commit b813508eb7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -79,7 +79,7 @@ void Protocol::send(const OutputMessagePtr& outputMessage)
if(m_checksumEnabled)
outputMessage->writeChecksum();
// wirte message size
// write message size
outputMessage->writeMessageSize();
// send

Loading…
Cancel
Save