From bcb778ec981486d37aef409a6d4edc2732069e48 Mon Sep 17 00:00:00 2001 From: Boris Pek Date: Tue, 8 Jan 2019 02:03:44 +0300 Subject: Fix spelling errors --- src/base/QXmppCodec.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/base/QXmppCodec.cpp') diff --git a/src/base/QXmppCodec.cpp b/src/base/QXmppCodec.cpp index 98b6934a..3b7d9615 100644 --- a/src/base/QXmppCodec.cpp +++ b/src/base/QXmppCodec.cpp @@ -530,7 +530,7 @@ int QXmppOpusCodec::readWindow(int bufferSize) // Get the number of frames in the buffer. int samples = bufferSize / nChannels / 2; - // Find an appropiate number of samples to read, according to Opus specs. + // Find an appropriate number of samples to read, according to Opus specs. for (int i = validFrameSize.size() - 1; i >= 0; i--) if (validFrameSize[i] <= samples) return validFrameSize[i]; @@ -1207,7 +1207,7 @@ QList QXmppVpxDecoder::handlePacket(const QXmppRtpPacket &packe QXmppVideoFrame frame; static quint16 sequence = 0; - // If the incomming packet sequence is wrong discard all packets until a + // If the incoming packet sequence is wrong discard all packets until a // complete keyframe arrives. // If a partition of a keyframe is missing, discard it until a next // keyframe. -- cgit v1.2.3