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;