typo in comment

This commit is contained in:
Joe Dowd
2020-09-04 00:39:41 +01:00
parent 46e6b79b20
commit 1a48f556fa

View File

@@ -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