Skip to content

Commit

Permalink
Merge pull request #1471 from unit193/master
Browse files Browse the repository at this point in the history
Fix typo: chunck → chunk.
  • Loading branch information
p12tic committed Dec 6, 2021
2 parents d64bb15 + 6ce4b7e commit 433126e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/barrier/FileChunk.cpp
Expand Up @@ -98,7 +98,7 @@ FileChunk::assemble(barrier::IStream* stream, String& dataReceived, size_t& expe
case kDataChunk:
dataReceived.append(content);
if (CLOG->getFilter() >= kDEBUG2) {
LOG((CLOG_DEBUG2 "recv file chunck size=%i", content.size()));
LOG((CLOG_DEBUG2 "recv file chunk size=%i", content.size()));
double interval = stopwatch.getTime();
receivedDataSize += content.size();
LOG((CLOG_DEBUG2 "recv file interval=%f s", interval));
Expand Down

0 comments on commit 433126e

Please sign in to comment.