summaryrefslogtreecommitdiff
path: root/tests/benchmarks/script/qscriptclass/tst_qscriptclass.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/benchmarks/script/qscriptclass/tst_qscriptclass.cpp')
-rw-r--r--tests/benchmarks/script/qscriptclass/tst_qscriptclass.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/benchmarks/script/qscriptclass/tst_qscriptclass.cpp b/tests/benchmarks/script/qscriptclass/tst_qscriptclass.cpp
index 68c598f..bd82afa 100644
--- a/tests/benchmarks/script/qscriptclass/tst_qscriptclass.cpp
+++ b/tests/benchmarks/script/qscriptclass/tst_qscriptclass.cpp
@@ -117,7 +117,7 @@ private:
QScriptString foo;
};
-// Test the overhead of getting a value of QScriptClass accross the Javascript engine
+// Test the overhead of getting a value of QScriptClass across the Javascript engine
void tst_QScriptClass::property()
{
QScriptEngine eng;
@@ -130,7 +130,7 @@ void tst_QScriptClass::property()
}
}
-// Test the overhead of setting a value on QScriptClass accross the Javascript engine
+// Test the overhead of setting a value on QScriptClass across the Javascript engine
void tst_QScriptClass::setProperty()
{
QScriptEngine eng;
@@ -144,7 +144,7 @@ void tst_QScriptClass::setProperty()
}
}
-// Test the time taken to get the propeties flags accross the engine
+// Test the time taken to get the propeties flags across the engine
void tst_QScriptClass::propertyFlags()
{
QScriptEngine eng;