From 3963740ee29000d1f3d9b82db23a71b69027fe20 Mon Sep 17 00:00:00 2001 From: Kyle M Hall Date: Thu, 28 Jan 2016 21:08:21 +0000 Subject: [PATCH] Bug 14168 [QA Followup] - Fix typo Signed-off-by: Kyle M Hall Signed-off-by: Brendan Gallagher brendan@bywatersolutions.com --- C4/HTML5Media.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/C4/HTML5Media.pm b/C4/HTML5Media.pm index 1094aa9767..7c2b174d92 100644 --- a/C4/HTML5Media.pm +++ b/C4/HTML5Media.pm @@ -107,7 +107,7 @@ sub gethtml5media { 'fmt' => '43' #webm is the only format compatible to all modern browsers. maybe check for available qualities } ); - # TODO handle error if format not availabe. Does that ever occur? + # TODO handle error if format not available. Does that ever occur? $isyoutube = 1; } else { -- 2.39.2