aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorSergio Ahumada <sergio.ahumada@nokia.com>2012-09-06 22:53:50 +0200
committerQt by Nokia <qt-info@nokia.com>2012-09-07 00:25:20 +0200
commitf4be00df17b02bab2bd91d68ec7315a717a5a7e8 (patch)
tree5fb2710f3f860944b0d04f7639ba065cebd9186f /tests
parent464ff857641211e7e4794a1b711a2ecc77594887 (diff)
doc: fix some typos in .qml files
Change-Id: Ice5d60b06ec9ab81fbd98fd1679c8834f3018938 Reviewed-by: Robin Burchell <robin+qt@viroteck.net>
Diffstat (limited to 'tests')
-rw-r--r--tests/auto/qml/qqmlconsole/data/logging.qml2
-rw-r--r--tests/auto/qml/qqmlecmascript/data/scarceResourceTestMultiple.var.qml2
-rw-r--r--tests/auto/qml/qqmlecmascript/data/scarceResourceTestMultiple.variant.qml2
-rw-r--r--tests/auto/qml/qqmlecmascript/data/scarceResourceTestPreserve.var.qml2
-rw-r--r--tests/auto/qml/qqmlecmascript/data/scarceResourceTestPreserve.variant.qml2
-rw-r--r--tests/auto/qml/qqmlqt/data/darker.qml2
-rw-r--r--tests/auto/qml/qqmlqt/data/lighter.qml2
-rw-r--r--tests/auto/quick/qquickcanvasitem/data/tst_composite.qml2
8 files changed, 8 insertions, 8 deletions
diff --git a/tests/auto/qml/qqmlconsole/data/logging.qml b/tests/auto/qml/qqmlconsole/data/logging.qml
index 11f11f492c..0c3954d2b9 100644
--- a/tests/auto/qml/qqmlconsole/data/logging.qml
+++ b/tests/auto/qml/qqmlconsole/data/logging.qml
@@ -46,7 +46,7 @@ QtObject {
id:root
function consoleCount() {
- console.count("console.count", "Ignore additonal argument");
+ console.count("console.count", "Ignore additional argument");
console.count();
}
diff --git a/tests/auto/qml/qqmlecmascript/data/scarceResourceTestMultiple.var.qml b/tests/auto/qml/qqmlecmascript/data/scarceResourceTestMultiple.var.qml
index 5e6c2d97f9..7b30b843f8 100644
--- a/tests/auto/qml/qqmlecmascript/data/scarceResourceTestMultiple.var.qml
+++ b/tests/auto/qml/qqmlecmascript/data/scarceResourceTestMultiple.var.qml
@@ -2,7 +2,7 @@ import QtQuick 2.0
import Qt.test 1.0
import "scarceResourceTest.var.js" as ScarceResourceProviderJs
-// In this case, multiple scarce resource are explicity preserved
+// In this case, multiple scarce resource are explicitly preserved
// and then explicitly destroyed, while others are automatically
// managed. Since none are manually preserved without subsequently
// being destroyed, after the evaluation of the binding the
diff --git a/tests/auto/qml/qqmlecmascript/data/scarceResourceTestMultiple.variant.qml b/tests/auto/qml/qqmlecmascript/data/scarceResourceTestMultiple.variant.qml
index 2970bcb26c..4b9ff84146 100644
--- a/tests/auto/qml/qqmlecmascript/data/scarceResourceTestMultiple.variant.qml
+++ b/tests/auto/qml/qqmlecmascript/data/scarceResourceTestMultiple.variant.qml
@@ -2,7 +2,7 @@ import QtQuick 2.0
import Qt.test 1.0
import "scarceResourceTest.variant.js" as ScarceResourceProviderJs
-// In this case, multiple scarce resource are explicity preserved
+// In this case, multiple scarce resource are explicitly preserved
// and then explicitly destroyed, while others are automatically
// managed. Since none are manually preserved without subsequently
// being destroyed, after the evaluation of the binding the
diff --git a/tests/auto/qml/qqmlecmascript/data/scarceResourceTestPreserve.var.qml b/tests/auto/qml/qqmlecmascript/data/scarceResourceTestPreserve.var.qml
index 9e9495c0fa..786f38e666 100644
--- a/tests/auto/qml/qqmlecmascript/data/scarceResourceTestPreserve.var.qml
+++ b/tests/auto/qml/qqmlecmascript/data/scarceResourceTestPreserve.var.qml
@@ -2,7 +2,7 @@ import QtQuick 2.0
import Qt.test 1.0
import "scarceResourceTest.var.js" as ScarceResourceProviderJs
-// In this case, the scarce resource is explicity preserved.
+// In this case, the scarce resource is explicitly preserved.
// It should not be automatically released after the evaluation
// of the binding is complete, but instead will be kept in
// memory until the JS garbage collector runs.
diff --git a/tests/auto/qml/qqmlecmascript/data/scarceResourceTestPreserve.variant.qml b/tests/auto/qml/qqmlecmascript/data/scarceResourceTestPreserve.variant.qml
index 022067beca..a27dab33cb 100644
--- a/tests/auto/qml/qqmlecmascript/data/scarceResourceTestPreserve.variant.qml
+++ b/tests/auto/qml/qqmlecmascript/data/scarceResourceTestPreserve.variant.qml
@@ -2,7 +2,7 @@ import QtQuick 2.0
import Qt.test 1.0
import "scarceResourceTest.variant.js" as ScarceResourceProviderJs
-// In this case, the scarce resource is explicity preserved.
+// In this case, the scarce resource is explicitly preserved.
// It should not be automatically released after the evaluation
// of the binding is complete, but instead will be kept in
// memory until the JS garbage collector runs.
diff --git a/tests/auto/qml/qqmlqt/data/darker.qml b/tests/auto/qml/qqmlqt/data/darker.qml
index ce6c705fb4..ce6dea0dfe 100644
--- a/tests/auto/qml/qqmlqt/data/darker.qml
+++ b/tests/auto/qml/qqmlqt/data/darker.qml
@@ -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)
}
diff --git a/tests/auto/qml/qqmlqt/data/lighter.qml b/tests/auto/qml/qqmlqt/data/lighter.qml
index 7db5e1edeb..bf57e08004 100644
--- a/tests/auto/qml/qqmlqt/data/lighter.qml
+++ b/tests/auto/qml/qqmlqt/data/lighter.qml
@@ -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)
}
diff --git a/tests/auto/quick/qquickcanvasitem/data/tst_composite.qml b/tests/auto/quick/qquickcanvasitem/data/tst_composite.qml
index 3e41efdcc4..8a5a52cf1e 100644
--- a/tests/auto/quick/qquickcanvasitem/data/tst_composite.qml
+++ b/tests/auto/quick/qquickcanvasitem/data/tst_composite.qml
@@ -53,7 +53,7 @@ CanvasTestCase {
ctx.fillStyle = '#0f0';
ctx.fillRect(0, 0, 100, 50);
- ctx.globalAlpha = 0.01; // avoid any potential alpha=0 optimisations
+ ctx.globalAlpha = 0.01; // avoid any potential alpha=0 optimizations
ctx.fillStyle = '#f00';
ctx.fillRect(0, 0, 100, 50);
//comparePixel(ctx, 50,25, 2,253,0,255, 2);