Fix typo qith -> with
authorStephen Kelly <stephen.kelly@kdab.com>
Sat, 14 Jul 2012 11:28:59 +0000 (13:28 +0200)
committerQt by Nokia <qt-info@nokia.com>
Mon, 16 Jul 2012 10:36:11 +0000 (12:36 +0200)
Change-Id: I71ee5f14c91f4265b71a1f097187408fb70f0867
Reviewed-by: Laszlo Papp <lpapp@kde.org>
Reviewed-by: Sergio Ahumada <sergio.ahumada@nokia.com>
src/designer/src/lib/shared/rcc.cpp

index 945960f..4950c25 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);
         }