From e3f54a944b4930f577c275f62df8bee971f70473 Mon Sep 17 00:00:00 2001 From: Gus Grubba Date: Wed, 29 Jan 2020 21:36:24 -0500 Subject: [PATCH] CP - Fix comment typo --- src/FlightDisplay/FlightDisplayView.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/FlightDisplay/FlightDisplayView.qml b/src/FlightDisplay/FlightDisplayView.qml index 98bc28582..f049e2b81 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 } -- 2.22.0