summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorjasplin <qt-info@nokia.com>2009-05-19 06:11:19 (GMT)
committerjasplin <qt-info@nokia.com>2009-05-19 06:13:42 (GMT)
commitd6127efabb74e2004608f53d0be3b7c4a6df768d (patch)
treee38c8c2e6b33efb15ed07e2350eec64a26fe6f80 /src
parentba7e2d913deb4adeef071002e3518f43949e6a08 (diff)
downloadQt-d6127efabb74e2004608f53d0be3b7c4a6df768d.zip
Qt-d6127efabb74e2004608f53d0be3b7c4a6df768d.tar.gz
Qt-d6127efabb74e2004608f53d0be3b7c4a6df768d.tar.bz2
Fixed typo.
Reviewed-by: TrustMe
Diffstat (limited to 'src')
-rw-r--r--src/network/access/qhttp.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/network/access/qhttp.cpp b/src/network/access/qhttp.cpp
index 96ccc91..2002641 100644
--- a/src/network/access/qhttp.cpp
+++ b/src/network/access/qhttp.cpp
@@ -1446,7 +1446,7 @@ QString QHttpRequestHeader::toString() const
that indicates if the request finished with an error.
To make an HTTP request you must set up suitable HTTP headers. The
- following example demonstrates, how to request the main HTML page
+ following example demonstrates how to request the main HTML page
from the Trolltech home page (i.e., the URL
\c http://qtsoftware.com/index.html):