Skip to content

Commit

Permalink
[typo] comarison -> comparison
Browse files Browse the repository at this point in the history
  • Loading branch information
rodrigoberriel authored and NicoPennec committed Dec 16, 2024
1 parent 6a26d14 commit d3c408b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/previews/VideoViewer.vue
Original file line number Diff line number Diff line change
Expand Up @@ -433,7 +433,7 @@ export default {
this.setCurrentTime(0)
}
this.video.play()
if (this.name.indexOf('comarison') < 0) {
if (this.name.indexOf('comparison') < 0) {
this.runEmitTimeUpdateLoop()
}
},
Expand Down

0 comments on commit d3c408b

Please sign in to comment.