Skip to content

Commit

Permalink
Fix typo: chunck → chunk.
Browse files Browse the repository at this point in the history
  • Loading branch information
Unit193 committed Dec 4, 2021
1 parent d64bb15 commit 6ce4b7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/barrier/FileChunk.cpp
Original file line number Diff line number Diff line change
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 6ce4b7e

Please sign in to comment.