sot/qa/cppunit/test_sot.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit af7b2f4c68dc0f98c3cebc4c5e079db2919516ce
Author: Andrea Gelmini <andrea.gelm...@gelma.net>
Date:   Thu Mar 29 20:41:31 2018 +0200

    Fix typo
    
    Change-Id: Ice18bb667b2f8da3321ee61904915079075fd136
    Reviewed-on: https://gerrit.libreoffice.org/52196
    Tested-by: Jenkins <c...@libreoffice.org>
    Reviewed-by: Jens Carl <j.car...@gmx.de>

diff --git a/sot/qa/cppunit/test_sot.cxx b/sot/qa/cppunit/test_sot.cxx
index 62fa4b1b5b3b..bc6bc95efab1 100644
--- a/sot/qa/cppunit/test_sot.cxx
+++ b/sot/qa/cppunit/test_sot.cxx
@@ -170,7 +170,7 @@ namespace
         const SotAction_Impl* pFormats = 
sot::GetExchangeDestinationWriterFreeAreaCopy();
         // tdf#52547 prefer BITMAP over HTML
         CPPUNIT_ASSERT(FindFormatIndex(pFormats, SotClipboardFormatId::BITMAP) 
< FindFormatIndex(pFormats, SotClipboardFormatId::HTML));
-        // tdf#78801 prefer imager over html over text
+        // tdf#78801 prefer image over html over text
         CPPUNIT_ASSERT(FindFormatIndex(pFormats, SotClipboardFormatId::BITMAP) 
< FindFormatIndex(pFormats, SotClipboardFormatId::HTML));
         CPPUNIT_ASSERT(FindFormatIndex(pFormats, SotClipboardFormatId::HTML) < 
FindFormatIndex(pFormats, SotClipboardFormatId::STRING));
         // tdf#81835 prefer RTF/HTML over GDI Metafile
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to