diff options
author | Ulrich Sibiller <uli42@gmx.de> | 2018-04-10 21:05:29 +0200 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2018-05-24 09:04:01 +0200 |
commit | a32554dbf9ad4b42bbfa007bb5abde14e4a9ceee (patch) | |
tree | 8932b94c1983ca76ef2e4fc757d7f5fe67650a37 /nxcomp/src/Statistics.cpp | |
parent | 997f2bbd2d27e154b6e44f9936b2b407a74c8664 (diff) | |
download | nx-libs-a32554dbf9ad4b42bbfa007bb5abde14e4a9ceee.tar.gz nx-libs-a32554dbf9ad4b42bbfa007bb5abde14e4a9ceee.tar.bz2 nx-libs-a32554dbf9ad4b42bbfa007bb5abde14e4a9ceee.zip |
nxcomp: fix spelling errors as reported by codespell
Diffstat (limited to 'nxcomp/src/Statistics.cpp')
-rw-r--r-- | nxcomp/src/Statistics.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/nxcomp/src/Statistics.cpp b/nxcomp/src/Statistics.cpp index 68673ffc1..c6f665849 100644 --- a/nxcomp/src/Statistics.cpp +++ b/nxcomp/src/Statistics.cpp @@ -348,9 +348,9 @@ void Statistics::addCompressedBytes(unsigned int bytesIn, unsigned int bytesOut) // receives the data from the upper layers. The reason // is that data can be compressed by the stream com- // pressor, so we can become aware of the new bitrate -// only afer having flushed the ZLIB stream. This also -// means that, to have a reliable estimate, we need to -// flush the link often. +// only after having flushed the ZLIB stream. This also +// means that, to have a reliable estimatation, we need +// to flush the link often. // void Statistics::updateBitrate(int bytes) |