From d5e820c7444ed1a20417c25533c20ead9e5d61a4 Mon Sep 17 00:00:00 2001 From: Aaron Vaage Date: Fri, 6 Apr 2018 13:16:55 -0700 Subject: [PATCH] Fix Spelling Mistake in Cue Alignment Handler "bufferring" -> "buffering" Change-Id: Ib516460295a52f0e5aa09583432868cf0efb3fe3 --- packager/media/chunking/cue_alignment_handler.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packager/media/chunking/cue_alignment_handler.cc b/packager/media/chunking/cue_alignment_handler.cc index e1d17bb079..c742698a43 100644 --- a/packager/media/chunking/cue_alignment_handler.cc +++ b/packager/media/chunking/cue_alignment_handler.cc @@ -239,7 +239,7 @@ bool CueAlignmentHandler::EveryoneWaitingAtHint() const { // Accept Sample will either: // 1. Send the sample downstream, as it comes before the next sync point and -// therefore can skip the bufferring. +// therefore can skip the buffering. // 2. Save the sample in the buffer as it comes after the next sync point. Status CueAlignmentHandler::AcceptSample(std::unique_ptr sample, StreamState* stream_state) {