summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorQt Continuous Integration System <qt-info@nokia.com>2010-10-25 14:00:05 (GMT)
committerQt Continuous Integration System <qt-info@nokia.com>2010-10-25 14:00:05 (GMT)
commitce40a078caa4a09793128ca730cc5ca268aeee87 (patch)
treee29aa8e561552721ad3f7ed42cdae99b23ec0960 /examples
parent022884db790a7592fa017add4ea9669d8b5598ca (diff)
parent0ade09152067324f74678f2de4d447b6e0280600 (diff)
downloadQt-ce40a078caa4a09793128ca730cc5ca268aeee87.zip
Qt-ce40a078caa4a09793128ca730cc5ca268aeee87.tar.gz
Qt-ce40a078caa4a09793128ca730cc5ca268aeee87.tar.bz2
Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integration
* '4.7' of scm.dev.nokia.troll.no:qt/qt-qml: Fixed many spelling errors.
Diffstat (limited to 'examples')
-rw-r--r--examples/webkit/imageanalyzer/imageanalyzer.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/webkit/imageanalyzer/imageanalyzer.cpp b/examples/webkit/imageanalyzer/imageanalyzer.cpp
index 1d0ee45..9f49a00 100644
--- a/examples/webkit/imageanalyzer/imageanalyzer.cpp
+++ b/examples/webkit/imageanalyzer/imageanalyzer.cpp
@@ -49,7 +49,7 @@
* This class operates as follows:
* Parent calls the slot startAnalysis which shoves a list of QStrings into URLQueue and then calls fetchURLs.
* FetchURLs sends out HTTP GETs for each image it can't get out of the cache.
- * As the responses come in, handleReply trys to create an image out of each and pushes those images into imageQueue.
+ * As the responses come in, handleReply tries to create an image out of each and pushes those images into imageQueue.
* On the last (detected by no outstandingFetches and URLQueue.isEmpty()) call to queueImage (from handleReply)
* a thread is forked to process all the images. When it finishes, it emits a finished signal that is received
* by our JavaScript code.