From d0758c93938c6b85fac3ef98c634cb6dec90eb48 Mon Sep 17 00:00:00 2001 From: aquilescanta Date: Mon, 16 Oct 2017 08:30:55 -0700 Subject: [PATCH] Fix typo ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=172328148 --- .../com/google/android/exoplayer2/text/cea/Cea608Decoder.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/core/src/main/java/com/google/android/exoplayer2/text/cea/Cea608Decoder.java b/library/core/src/main/java/com/google/android/exoplayer2/text/cea/Cea608Decoder.java index fe9a5fbc5c..e2c592be6b 100644 --- a/library/core/src/main/java/com/google/android/exoplayer2/text/cea/Cea608Decoder.java +++ b/library/core/src/main/java/com/google/android/exoplayer2/text/cea/Cea608Decoder.java @@ -350,7 +350,7 @@ public final class Cea608Decoder extends CeaDecoder { repeatableControlSet = false; return true; } else { - // This is a repeatable command, but we haven't see it yet, so set the repeabable control + // This is a repeatable command, but we haven't see it yet, so set the repeatable control // flag (to ensure we ignore the next one should it be a duplicate) and continue processing // the command. repeatableControlSet = true;