Fix some typos found in ivf_file_writer.cc

Bug: None
Change-Id: I4cc486ee93d8c3d6864c556507e31cebd82b21ed
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/125462
Reviewed-by: Erik Språng <sprang@webrtc.org>
Commit-Queue: Elad Alon <eladalon@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#26956}
This commit is contained in:
Elad Alon
2019-03-04 17:38:05 +01:00
committed by Commit Bot
parent 4e5f5eddef
commit 4cde9ad750

View File

@ -144,7 +144,7 @@ bool IvfFileWriter::WriteFrame(const EncodedImage& encoded_image,
(encoded_image._encodedHeight != height_ ||
encoded_image._encodedWidth != width_)) {
RTC_LOG(LS_WARNING)
<< "Incomig frame has diffferent resolution then previous: (" << width_
<< "Incoming frame has resolution different from previous: (" << width_
<< "x" << height_ << ") -> (" << encoded_image._encodedWidth << "x"
<< encoded_image._encodedHeight << ")";
}