Commit 3b326c30 by Valera Rozuvan

Fixing spelling typos in comments.

parent efac70e6
...@@ -116,9 +116,9 @@ function () { ...@@ -116,9 +116,9 @@ function () {
state.videoVolumeControl.volumeSliderEl.find('a') state.videoVolumeControl.volumeSliderEl.find('a')
.on('blur', function () { .on('blur', function () {
// Hide the volume slider. This is done so that we can // Hide the volume slider. This is done so that we can
// contrinue to the next (or previous) element by tabbing. // continue to the next (or previous) element by tabbing.
// Otherwise, after next tab we would come back to the volume // Otherwise, after next tab we would come back to the volume
// slider because it is the next element sisible element that // slider because it is the next element visible element that
// we can tab to after the volume button. // we can tab to after the volume button.
state.videoVolumeControl.el.removeClass('open'); state.videoVolumeControl.el.removeClass('open');
......
...@@ -148,7 +148,7 @@ function () { ...@@ -148,7 +148,7 @@ function () {
// individual speed entries. // individual speed entries.
state.videoSpeedControl.videoSpeedsEl.find('a.speed_link:last') state.videoSpeedControl.videoSpeedsEl.find('a.speed_link:last')
.on('blur', function () { .on('blur', function () {
// If we have reached the last speed enrty, and the focus // If we have reached the last speed entry, and the focus
// changes to the next element, we need to hide the speeds // changes to the next element, we need to hide the speeds
// control drop-down. // control drop-down.
state.videoSpeedControl.el.removeClass('open'); state.videoSpeedControl.el.removeClass('open');
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment