From b3876ba559a18118419ecf4d8588bfd85fce42a5 Mon Sep 17 00:00:00 2001
From: Chris Rizzitello <sithlord48@gmail.com>
Date: Tue, 12 Feb 2019 12:44:25 -0500
Subject: [PATCH] Fix typo

Fix typo of not to note.
---
 CodingStyle.qml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/CodingStyle.qml b/CodingStyle.qml
index 204f3ee..adff517 100644
--- a/CodingStyle.qml
+++ b/CodingStyle.qml
@@ -39,7 +39,7 @@ Item {
     }
 
     QGCPalette {
-        id:                 qgcPal  // Not how id does not use an underscore
+        id:                 qgcPal  // Note how id does not use an underscore
         colorGroupEnabled:  enabled
     }