From ec8590d17dca351b6ddc3cb9a9564e6e6a1b51dd Mon Sep 17 00:00:00 2001 From: Stefan Karlsson Date: Sun, 19 Jul 2015 13:33:14 +0200 Subject: [PATCH] LP-26 Fix spelling --- ground/openpilotgcs/src/plugins/welcome/qml/ActivityPanel.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ground/openpilotgcs/src/plugins/welcome/qml/ActivityPanel.qml b/ground/openpilotgcs/src/plugins/welcome/qml/ActivityPanel.qml index 254228f15..d7b6cb3c7 100644 --- a/ground/openpilotgcs/src/plugins/welcome/qml/ActivityPanel.qml +++ b/ground/openpilotgcs/src/plugins/welcome/qml/ActivityPanel.qml @@ -102,7 +102,7 @@ Item { } else if (authorEmail != "") { authorEmail } else { - "Unkown Author" + "Unknown Author" } } width: container.width - photo.width - icon.width - 24