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

Andrea Gelmini andrea.gelmini at gelma.net
Tue Jan 16 13:28:48 UTC 2018


 sw/source/filter/xml/xmlimp.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 2c6f3773f2ad3b1119593fd5d0c7fb6356da95b0
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
Date:   Tue Jan 16 08:44:11 2018 +0100

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

diff --git a/sw/source/filter/xml/xmlimp.cxx b/sw/source/filter/xml/xmlimp.cxx
index 6bead78a5484..3e89ad5218fa 100644
--- a/sw/source/filter/xml/xmlimp.cxx
+++ b/sw/source/filter/xml/xmlimp.cxx
@@ -978,7 +978,7 @@ void SwXMLImport::endDocument()
 //
 void SwXMLImport::MergeListsAtDocumentInsertPosition(SwDoc *pDoc)
 {
-    // 1. check enviroment
+    // 1. check environment
     if (! pDoc)
         return;
 


More information about the Libreoffice-commits mailing list