From a14aa6bcc86f4dd7f89aaa51b74f1a33aac7ccb4 Mon Sep 17 00:00:00 2001 From: Valera Rozuvan Date: Fri, 13 Sep 2013 10:18:50 +0300 Subject: [PATCH] Fix typo. --- common/lib/xmodule/xmodule/js/src/video/025_focus_grabber.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/lib/xmodule/xmodule/js/src/video/025_focus_grabber.js b/common/lib/xmodule/xmodule/js/src/video/025_focus_grabber.js index 282d08a411..5fea7cce53 100644 --- a/common/lib/xmodule/xmodule/js/src/video/025_focus_grabber.js +++ b/common/lib/xmodule/xmodule/js/src/video/025_focus_grabber.js @@ -83,7 +83,7 @@ function () { // 2.) Currently focused element was somewhere else on the page. // // In the first case we must make sure that the video player doesn't - // loose focus, even though the cfontrols are uatohidden. + // loose focus, even though the controls are autohidden. if ($(document.activeElement).parents().hasClass('video')) { tabIndex = -1; } else {