Skip to content

Commit

Permalink
Fix typo in HTMLMediaElement::GetSupportsType() (#4732)
Browse files Browse the repository at this point in the history
Replace "interupt" with "interrupt".

b/276483058
  • Loading branch information
xiaomings authored Jan 22, 2025
1 parent 8c6474a commit 654b491
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -432,7 +432,7 @@ bool IsProgressiveFormat(const ContentType& content_type) {
MIMETypeRegistry::SupportsType HTMLMediaElement::GetSupportsType(
const ContentType& content_type) {
#if BUILDFLAG(USE_STARBOARD_MEDIA)
// Interupt Chromium's IsTypeSupported() from here for better performance.
// Interrupt Chromium's IsTypeSupported() from here for better performance.
MIMETypeRegistry::SupportsType result;
if (!base::FeatureList::IsEnabled(media::kCobaltProgressivePlayback) &&
IsProgressiveFormat(content_type)) {
Expand Down

0 comments on commit 654b491

Please sign in to comment.