From 71a952a086ceb13273d4d0abe139cec966554572 Mon Sep 17 00:00:00 2001 From: mister-ben <1676039+mister-ben@users.noreply.github.com> Date: Tue, 20 Aug 2024 20:32:15 +0200 Subject: [PATCH] fix typo Co-authored-by: Dzianis Dashkevich <98566601+dzianis-dashkevich@users.noreply.github.com> --- src/parser.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }