From kde-commits Fri Oct 23 20:10:35 2009 From: Ariya Hidayat Date: Fri, 23 Oct 2009 20:10:35 +0000 To: kde-commits Subject: koffice/libs/odf (silent) Message-Id: <1256328635.246606.2502.nullmailer () svn ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=125632864306876 SVN commit 1039559 by ariya: SVN_SILENT Fix spelling mistake. M +2 -2 KoOdfDocument.h --- trunk/koffice/libs/odf/KoOdfDocument.h #1039558:1039559 @@ -95,8 +95,8 @@ */ virtual bool saveToStore(KoStore* store, const QString& path) = 0; - /** - * Reimplement this methmethodod to load the contents of your %KOffice document, + /** + * Reimplement this method to load the contents of your %KOffice document, * from the XML document ("content.xml"). The styles have been parsed already, * you can find them in the odfStore.styles(). The store can be used * to load images and embedded documents.