diff --git a/src/FlightDisplay/FlightDisplayView.qml b/src/FlightDisplay/FlightDisplayView.qml index 98bc285..f049e2b 100644 --- a/src/FlightDisplay/FlightDisplayView.qml +++ b/src/FlightDisplay/FlightDisplayView.qml @@ -390,7 +390,7 @@ Item { StateChangeScript { script: { // Stop video, restart it again with Timer - // Avoiding crashs if ParentChange is not yet done + // Avoiding crashes if ParentChange is not yet done QGroundControl.videoManager.stopVideo() videoPopUpTimer.running = true }