Skip to content

Commit 0b4a951

Browse files
committed
spelling: discrepancies
1 parent 4670619 commit 0b4a951

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/gameobjects/video/Video.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -575,7 +575,7 @@ var Video = new Class({
575575
* You can then play back specific markers via the `playMarker` method.
576576
*
577577
* Note that marker timing is _not_ frame-perfect. You should construct your videos in such a way that you allow for
578-
* plenty of extra padding before and after each sequence to allow for discrepencies in browser seek and currentTime accuracy.
578+
* plenty of extra padding before and after each sequence to allow for discrepancies in browser seek and currentTime accuracy.
579579
*
580580
* See https://github.com/w3c/media-and-entertainment/issues/4 for more details about this issue.
581581
*
@@ -605,7 +605,7 @@ var Video = new Class({
605605
* specified via the `addMarker` method.
606606
*
607607
* Note that marker timing is _not_ frame-perfect. You should construct your videos in such a way that you allow for
608-
* plenty of extra padding before and after each sequence to allow for discrepencies in browser seek and currentTime accuracy.
608+
* plenty of extra padding before and after each sequence to allow for discrepancies in browser seek and currentTime accuracy.
609609
*
610610
* See https://github.com/w3c/media-and-entertainment/issues/4 for more details about this issue.
611611
*

0 commit comments

Comments
 (0)