From 3804e759075cb27731cd8b5ab2da2287f6007a6a 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 --- C4/HTML5Media.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/C4/HTML5Media.pm b/C4/HTML5Media.pm index 1094aa9..7c2b174 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.1.4