From 1a48f556fa82858514d90ac256e9a4e63895ea15 Mon Sep 17 00:00:00 2001 From: Joe Dowd Date: Fri, 4 Sep 2020 00:39:41 +0100 Subject: [PATCH] typo in comment --- src/content.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content.ts b/src/content.ts index 37999d99..205d64c8 100644 --- a/src/content.ts +++ b/src/content.ts @@ -639,7 +639,7 @@ function sponsorsLookup(id: string) { }); if (getResult.length === 1) { getResult = getResult[0].segments; - if (getResult.length === 0) { // return if no regments found + if (getResult.length === 0) { // return if no segments found return; } } else { // return if no video found