Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
Co-authored-by: Dzianis Dashkevich <98566601+dzianis-dashkevich@users.noreply.github.com>
  • Loading branch information
mister-ben and dzianis-dashkevich authored Aug 20, 2024
1 parent 17d7f9c commit 71a952a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/parser.js
Original file line number Diff line number Diff line change
Expand Up @@ -800,7 +800,7 @@ export default class Parser extends Stream {
// QUERYPARAM attribute, but only one of the three. Otherwise, the
// client MUST fail to parse the Playlist.
this.trigger('error', {
message: 'EXT-X-DEFINE: Invalid attriibutes'
message: 'EXT-X-DEFINE: Invalid attributes'
});
return;
}
Expand Down

0 comments on commit 71a952a

Please sign in to comment.