diff options
author | Bradley T. Hughes <bradley.hughes@nokia.com> | 2010-08-10 05:21:10 (GMT) |
---|---|---|
committer | Bradley T. Hughes <bradley.hughes@nokia.com> | 2010-08-10 05:21:10 (GMT) |
commit | f3ac9de816c0bff9961110c5a734871da2e129cf (patch) | |
tree | 851d7fca3ff20006369fd307c7cb43a6e186b27d | |
parent | bacf934f35c51baf49d0b73cf4fb79e860e24303 (diff) | |
download | Qt-f3ac9de816c0bff9961110c5a734871da2e129cf.zip Qt-f3ac9de816c0bff9961110c5a734871da2e129cf.tar.gz Qt-f3ac9de816c0bff9961110c5a734871da2e129cf.tar.bz2 |
Correct spelling (UNKOWN -> UNKNOWN) to fix recent test regression
Commit eea84818e98af917d3cf2bf04ea17a416ef9d55e corrected some spelling
mistakes, one of which this test was relying on.
Reviewed-by: trustme
-rw-r--r-- | tests/auto/declarative/qdeclarativeinstruction/tst_qdeclarativeinstruction.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/declarative/qdeclarativeinstruction/tst_qdeclarativeinstruction.cpp b/tests/auto/declarative/qdeclarativeinstruction/tst_qdeclarativeinstruction.cpp index d5a911a..db1f191 100644 --- a/tests/auto/declarative/qdeclarativeinstruction/tst_qdeclarativeinstruction.cpp +++ b/tests/auto/declarative/qdeclarativeinstruction/tst_qdeclarativeinstruction.cpp @@ -585,7 +585,7 @@ void tst_qdeclarativeinstruction::dump() << "45\t\t48\tDEFER\t\t\t7" << "46\t\tNA\tDEFER\t\t\t7" << "47\t\t48\tSTORE_IMPORTED_SCRIPT\t2" - << "48\t\t50\tXXX UNKOWN INSTRUCTION\t1234" + << "48\t\t50\tXXX UNKNOWN INSTRUCTION\t1234" << "49\t\t51\tSTORE_VARIANT_INTEGER\t\t32\t11" << "50\t\t52\tSTORE_VARIANT_DOUBLE\t\t19\t33.7" << "-------------------------------------------------------------------------------"; |