Skip to content

Commit 4755e8e

Browse files
committed
Typo in comment
1 parent 91e3b5f commit 4755e8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/freenet/clients/http/staticfiles/js/m3u-player.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ function updateSrc(mediaTag, callback) {
189189
}
190190
const height = mediaTag.getBoundingClientRect().height.toString() + 'px';
191191
const width = mediaTag.getBoundingClientRect().width.toString() + 'px';
192-
// swich to the next segment
192+
// switch to the next segment
193193
mediaTag.setAttribute("src", url);
194194
mediaTag.oncanplaythrough = () => {
195195
if (!isNaN(mediaTag.duration)) { // already loaded a valid file

0 commit comments

Comments
 (0)