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