Fix typo qith -> with.
authorStephen Kelly <stephen.kelly@kdab.com>
Fri, 13 Jul 2012 17:32:30 +0000 (19:32 +0200)
committerQt by Nokia <qt-info@nokia.com>
Sat, 14 Jul 2012 11:24:54 +0000 (13:24 +0200)
Change-Id: Ie9eaa016c61f929be17fd1687517540c2ae1f3d2
Reviewed-by: Laszlo Papp <lpapp@kde.org>
Reviewed-by: Sergio Ahumada <sergio.ahumada@nokia.com>
src/tools/rcc/rcc.cpp

index 2f2cfb6..4d9b5e1 100644 (file)
@@ -567,7 +567,7 @@ bool RCCResourceLibrary::interpretResourceFile(QIODevice *inputDevice,
         const QString msg = QString::fromUtf8("RCC: Warning: No resources in '%1'.\n").arg(fname);
         m_errorDevice->write(msg.toUtf8());
         if (!ignoreErrors && m_format == Binary) {
-            // create dummy entry, otherwise loading qith QResource will crash
+            // create dummy entry, otherwise loading with QResource will crash
             m_root = new RCCFileInfo(QString(), QFileInfo(),
                     QLocale::C, QLocale::AnyCountry, RCCFileInfo::Directory);
         }