diff options
| author | Lorn Potter <lorn.potter@nokia.com> | 2010-07-30 00:33:37 (GMT) |
|---|---|---|
| committer | Lorn Potter <lorn.potter@nokia.com> | 2010-07-30 00:33:37 (GMT) |
| commit | 96dc38a1a971b2bb9d62d440943a3d0b2e44fb0c (patch) | |
| tree | 6e8f0b0b125d0f03529cb0fb07f686d34c6b7daf /examples/xml/htmlinfo/main.cpp | |
| parent | 829833e16644beab6077d07ad80f3a2b148f4e41 (diff) | |
| parent | 597a842d66dc04181bfd063863216acbb11ce3bc (diff) | |
| download | Qt-96dc38a1a971b2bb9d62d440943a3d0b2e44fb0c.zip Qt-96dc38a1a971b2bb9d62d440943a3d0b2e44fb0c.tar.gz Qt-96dc38a1a971b2bb9d62d440943a3d0b2e44fb0c.tar.bz2 | |
Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7
Diffstat (limited to 'examples/xml/htmlinfo/main.cpp')
| -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 |
