From a32554dbf9ad4b42bbfa007bb5abde14e4a9ceee Mon Sep 17 00:00:00 2001 From: Ulrich Sibiller Date: Tue, 10 Apr 2018 21:05:29 +0200 Subject: nxcomp: fix spelling errors as reported by codespell --- nxcomp/src/Statistics.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'nxcomp/src/Statistics.cpp') 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) -- cgit v1.2.3