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

Julien Nabet serval2412 at yahoo.fr
Sat Jun 8 05:04:41 PDT 2013


 sw/source/filter/ww8/staticassert.hxx |    2 +-
 sw/source/filter/ww8/ww8par2.cxx      |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

New commits:
commit a11bf86ba8aeda109f7fa8a96ec0cbfc6efe04cb
Author: Julien Nabet <serval2412 at yahoo.fr>
Date:   Sat Jun 8 14:03:58 2013 +0200

    Typos
    
    Change-Id: Ie256ce5c1c7b82e0dbe5877524a5e5aa2c9c3ab1

diff --git a/sw/source/filter/ww8/staticassert.hxx b/sw/source/filter/ww8/staticassert.hxx
index be4f82f..f62157c 100644
--- a/sw/source/filter/ww8/staticassert.hxx
+++ b/sw/source/filter/ww8/staticassert.hxx
@@ -40,7 +40,7 @@ namespace ww
 }
 
     /*
-    Similiar to assert, StaticAssert is only in operation when NDEBUG is not
+    Similar to assert, StaticAssert is only in operation when NDEBUG is not
     defined. It will test its first argument at compile time and on failure
     report the error message of the second argument, which must be a valid c++
     classname. i.e. no spaces, punctuation or reserved keywords.
diff --git a/sw/source/filter/ww8/ww8par2.cxx b/sw/source/filter/ww8/ww8par2.cxx
index 887e5f4..96f1622 100644
--- a/sw/source/filter/ww8/ww8par2.cxx
+++ b/sw/source/filter/ww8/ww8par2.cxx
@@ -2197,7 +2197,7 @@ void WW8TabDesc::CalcDefaults()
         if (pR->nWwCols)
         {
             /*
-            Similiar to graphics and other elements word does not totally
+            Similar to graphics and other elements word does not totally
             factor the width of the border into its calculations of size, we
             do so we must adjust out widths and other dimensions to fit.  It
             appears that what occurs is that the last cell's right margin if


More information about the Libreoffice-commits mailing list