From kde-commits Thu Jan 18 20:08:45 2007 From: Boudewijn Rempt Date: Thu, 18 Jan 2007 20:08:45 +0000 To: kde-commits Subject: koffice/libs/kofficecore Message-Id: <1169150925.596463.11935.nullmailer () svn ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=116915094220505 SVN commit 625056 by rempt: Fix spello M +1 -1 KoDocument.cpp --- trunk/koffice/libs/kofficecore/KoDocument.cpp #625055:625056 @@ -2367,7 +2367,7 @@ if ( nativeMimeType.isEmpty() ) { // shouldn't happen, let's find out why it happened if ( !service->serviceTypes().contains( "KOfficePart" ) ) - kWarning(30003) << "Wrong desktop file, KOfficePart isn't mentionned" << endl; + kWarning(30003) << "Wrong desktop file, KOfficePart isn't mentioned" << endl; else if ( !KServiceType::serviceType( "KOfficePart" ) ) kWarning(30003) << "The KOfficePart service type isn't installed!" << endl; else