mirror of https://gitee.com/bigwinds/arangodb
Fix a typo.
This commit is contained in:
parent
bac0bc2222
commit
9a7f5af465
|
@ -218,7 +218,7 @@ inline void send_many(
|
|||
}
|
||||
}
|
||||
|
||||
// send fist
|
||||
// send first
|
||||
resultVecRef.push_back(
|
||||
createChunkForNetworkMultiFirst(completeMessage->c_str(), offsetBegin,
|
||||
offsetEnd, id, numberOfChunks, totalLen));
|
||||
|
|
Loading…
Reference in New Issue