From d398f9101e5eb767e8464ed63ab038f39b1ca501 Mon Sep 17 00:00:00 2001 From: Pierre Rudloff Date: Sat, 26 May 2018 14:48:15 +0200 Subject: [PATCH] docs: Typo --- controllers/FrontController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/controllers/FrontController.php b/controllers/FrontController.php index 1c9dba2..2040219 100644 --- a/controllers/FrontController.php +++ b/controllers/FrontController.php @@ -466,7 +466,7 @@ class FrontController } catch (EmptyUrlException $e) { /* If this happens it is probably a playlist - so it will either be handle by getStream() or throw an exception anyway. + so it will either be handled by getStream() or throw an exception anyway. */ $videoUrls = []; }