1
0
Fork 0

Fix a typo.

This commit is contained in:
Max Neunhoeffer 2016-11-23 11:48:40 +01:00
parent bac0bc2222
commit 9a7f5af465
1 changed files with 1 additions and 1 deletions

View File

@ -218,7 +218,7 @@ inline void send_many(
}
}
// send fist
// send first
resultVecRef.push_back(
createChunkForNetworkMultiFirst(completeMessage->c_str(), offsetBegin,
offsetEnd, id, numberOfChunks, totalLen));