[Libreoffice-commits] core.git: comphelper/source

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Sun Feb 10 07:45:15 UTC 2019


 comphelper/source/misc/storagehelper.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit b92813d9b8b09604ecf7a9adc60f360f3bde140d
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Thu Feb 7 18:37:33 2019 +0000
Commit:     Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Sun Feb 10 08:44:51 2019 +0100

    Fix typo
    
    Change-Id: Ibaf2bf3fe9bf45fbfc864399222e08761407564a
    Reviewed-on: https://gerrit.libreoffice.org/67598
    Tested-by: Jenkins
    Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>

diff --git a/comphelper/source/misc/storagehelper.cxx b/comphelper/source/misc/storagehelper.cxx
index c62b6d14f7cc..4a41d8b8de05 100644
--- a/comphelper/source/misc/storagehelper.cxx
+++ b/comphelper/source/misc/storagehelper.cxx
@@ -248,7 +248,7 @@ sal_Int32 OStorageHelper::GetXStorageFormat(
 
     sal_Int32 nResult = 0;
 
-    // TODO/LATER: the filter configuration could be used to detect it later, or batter a special service
+    // TODO/LATER: the filter configuration could be used to detect it later, or better a special service
     if (
         aMediaType.equalsIgnoreAsciiCase(MIMETYPE_VND_SUN_XML_WRITER_ASCII       ) ||
         aMediaType.equalsIgnoreAsciiCase(MIMETYPE_VND_SUN_XML_WRITER_WEB_ASCII   ) ||


More information about the Libreoffice-commits mailing list