doc: fix some typos in .qml files
[profile/ivi/qtdeclarative.git] / tests / auto / qml / qqmlqt / data / darker.qml
index ce6c705..ce6dea0 100644 (file)
@@ -5,7 +5,7 @@ QtObject {
     property variant test2: Qt.darker()
     property variant test3: Qt.darker(Qt.rgba(1, 0.8, 0.3), 2.8)
     property variant test4: Qt.darker("red");
-    property variant test5: Qt.darker("perfectred"); // Non-existant color
+    property variant test5: Qt.darker("perfectred"); // Non-existent color
     property variant test6: Qt.darker(10);
     property variant test7: Qt.darker(Qt.rgba(1, 0.8, 0.3), 2.8, 10)
 }