diff --git a/src/parser.js b/src/parser.js index ae9b1f7..d677f02 100644 --- a/src/parser.js +++ b/src/parser.js @@ -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; }