Commit d0758c93 by aquilescanta Committed by Oliver Woodman

Fix typo

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=172328148
parent eb5146c3
...@@ -350,7 +350,7 @@ public final class Cea608Decoder extends CeaDecoder { ...@@ -350,7 +350,7 @@ public final class Cea608Decoder extends CeaDecoder {
repeatableControlSet = false; repeatableControlSet = false;
return true; return true;
} else { } 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 // flag (to ensure we ignore the next one should it be a duplicate) and continue processing
// the command. // the command.
repeatableControlSet = true; repeatableControlSet = true;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment