diff options
author | Jerome Pasion <jerome.pasion@nokia.com> | 2010-07-29 12:59:55 (GMT) |
---|---|---|
committer | Toby Tomkins <toby.tomkins@nokia.com> | 2010-08-02 01:17:39 (GMT) |
commit | 8340e96ee951efe9ef876ce134d9cdb6a521446f (patch) | |
tree | 48cc88d2f313650ef24b18d86588ccfdb2cc083b /examples/xml | |
parent | 9710c075226aa441f108866521d095c740f2d298 (diff) | |
download | Qt-8340e96ee951efe9ef876ce134d9cdb6a521446f.zip Qt-8340e96ee951efe9ef876ce134d9cdb6a521446f.tar.gz Qt-8340e96ee951efe9ef876ce134d9cdb6a521446f.tar.bz2 |
Fixed spelling mistakes in documented functions, classes, etc. Part of QTBUG-11938 and QTBUG-10801
(cherry picked from commit 5bdb85e3b21bcf624eb1830aa32d027e0c6870fe)
Diffstat (limited to 'examples/xml')
-rw-r--r-- | examples/xml/htmlinfo/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/xml/htmlinfo/main.cpp b/examples/xml/htmlinfo/main.cpp index 066edb6..06fc33d 100644 --- a/examples/xml/htmlinfo/main.cpp +++ b/examples/xml/htmlinfo/main.cpp @@ -94,7 +94,7 @@ void parseHtmlFile(QTextStream &out, const QString &fileName) { int main(int argc, char **argv) { - // intialize QtCore application + // initialize QtCore application QCoreApplication app(argc, argv); // get a list of all html files in the current directory |