Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Isaac Connor committed Oct 16, 2024
1 parent 962f91e commit ca24b43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/js/MonitorStream.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ function MonitorStream(monitorData) {
};

this.img_onerror = function() {
console.log('Image stream has been stoppd! stopping streamCmd');
console.log('Image stream has been stopped! Stopping streamCmd');
this.streamCmdTimer = clearTimeout(this.streamCmdTimer);
};
this.img_onload = function() {
Expand Down

0 comments on commit ca24b43

Please sign in to comment.