[Libreoffice-commits] core.git: android/source drawinglayer/source include/editeng qadevOOo/runner sfx2/source solenv/bin sw/source

Andrea Gelmini andrea.gelmini at gelma.net
Mon Feb 8 06:54:10 UTC 2016


 android/source/AndroidManifest.xml                      |    2 +-
 drawinglayer/source/primitive2d/metafileprimitive2d.cxx |    2 +-
 include/editeng/editrids.hrc                            |    2 +-
 qadevOOo/runner/lib/MultiPropertyTest.java              |    2 +-
 sfx2/source/appl/app.hrc                                |    2 +-
 solenv/bin/concat-deps.c                                |    2 +-
 sw/source/uibase/docvw/edtwin.cxx                       |    2 +-
 7 files changed, 7 insertions(+), 7 deletions(-)

New commits:
commit 6d68e88a0fc5a54bbb826379163bd0b9c6eae0fb
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
Date:   Sun Feb 7 22:36:07 2016 +0100

    Fix typos
    
    Change-Id: I4586168d3af81f047a4ded59fc6d257f17554885
    Reviewed-on: https://gerrit.libreoffice.org/22194
    Tested-by: Jenkins <ci at libreoffice.org>
    Reviewed-by: jan iversen <jani at documentfoundation.org>
    Tested-by: jan iversen <jani at documentfoundation.org>

diff --git a/android/source/AndroidManifest.xml b/android/source/AndroidManifest.xml
index 25e8240..d9d8e1e 100644
--- a/android/source/AndroidManifest.xml
+++ b/android/source/AndroidManifest.xml
@@ -51,7 +51,7 @@
                 <data android:mimeType="application/vnd.oasis.opendocument.text-template"/>
                 <data android:mimeType="application/vnd.oasis.opendocument.spreadsheet-template"/>
                 <data android:mimeType="application/vnd.oasis.opendocument.graphics-template"/>
-                <!-- Seems at least Anroid 5.0 does not recognize this as the mime type of .otp files. -->
+                <!-- Seems at least Android 5.0 does not recognize this as the mime type of .otp files. -->
                 <data android:mimeType="application/vnd.oasis.opendocument.presentation-template"/>
 
                 <!-- MS -->
diff --git a/drawinglayer/source/primitive2d/metafileprimitive2d.cxx b/drawinglayer/source/primitive2d/metafileprimitive2d.cxx
index 3931d19..24c30ea 100644
--- a/drawinglayer/source/primitive2d/metafileprimitive2d.cxx
+++ b/drawinglayer/source/primitive2d/metafileprimitive2d.cxx
@@ -3098,7 +3098,7 @@ namespace
                     {
                         // XGRAD_SEQ_BEGIN, XGRAD_SEQ_END should be supported since the
                         // pure recorded paint of the gradients uses the XOR paint functionality
-                        // ('trick'). This is (and will be) problematic with AntAliasing, so it's
+                        // ('trick'). This is (and will be) problematic with AntiAliasing, so it's
                         // better to use this info
                         const MetaGradientExAction* pMetaGradientExAction = nullptr;
                         bool bDone(false);
diff --git a/include/editeng/editrids.hrc b/include/editeng/editrids.hrc
index 4ae3d4c..e24bed8 100644
--- a/include/editeng/editrids.hrc
+++ b/include/editeng/editrids.hrc
@@ -341,7 +341,7 @@
 #define RID_SVXITEMS_CHARHIDDEN_FALSE       (RID_EDIT_START + 295)
 #define RID_SVXITEMS_CHARHIDDEN_TRUE        (RID_EDIT_START + 296)
 
-// strings for error messsages in dictionary updates
+// strings for error messages in dictionary updates
 #define RID_SVXSTR_DIC_ERR_UNKNOWN          (RID_EDIT_START + 297)
 #define RID_SVXSTR_DIC_ERR_FULL             (RID_EDIT_START + 298)
 #define RID_SVXSTR_DIC_ERR_READONLY         (RID_EDIT_START + 299)
diff --git a/qadevOOo/runner/lib/MultiPropertyTest.java b/qadevOOo/runner/lib/MultiPropertyTest.java
index c4521f3..8f34585 100644
--- a/qadevOOo/runner/lib/MultiPropertyTest.java
+++ b/qadevOOo/runner/lib/MultiPropertyTest.java
@@ -49,7 +49,7 @@ import com.sun.star.uno.Type;
  *
  * <p>The testProperty() is called, when the MultiMethodTest's testing method
  * is not found in the subclass. So, by defining such methods for properties
- * the standard testing behavioutr can be changed.
+ * the standard testing behaviour can be changed.
  *
  * <p>The testing behaviour also can be changed by overriding compare(),
  * getNewVAlue() or toString(Object) methods, or by extending PropertyTester
diff --git a/sfx2/source/appl/app.hrc b/sfx2/source/appl/app.hrc
index 1b16e8c..fc06eda 100644
--- a/sfx2/source/appl/app.hrc
+++ b/sfx2/source/appl/app.hrc
@@ -111,7 +111,7 @@
 #define RID_SVXSTR_GRAFIKLINK                   (RID_SFX_APP_START + 196)
 #define RID_SVXSTR_EDITGRFLINK                  (RID_SFX_APP_START + 197)
 
-// strings for error messsages of OpenGraphics dialog
+// strings for error messages of OpenGraphics dialog
 #define RID_SVXSTR_GRFILTER_OPENERROR           (RID_SFX_APP_START + 198)
 #define RID_SVXSTR_GRFILTER_IOERROR             (RID_SFX_APP_START + 199)
 #define RID_SVXSTR_GRFILTER_FORMATERROR         (RID_SFX_APP_START + 200)
diff --git a/solenv/bin/concat-deps.c b/solenv/bin/concat-deps.c
index d15ed44..517e4d0 100644
--- a/solenv/bin/concat-deps.c
+++ b/solenv/bin/concat-deps.c
@@ -139,7 +139,7 @@ unsigned int   result;
 }
 
 /* ===============================================
- * memory pool for fast fix-size allocation (non-tread-safe)
+ * memory pool for fast fix-size allocation (non-thread-safe)
  * ===============================================
  */
 struct pool
diff --git a/sw/source/uibase/docvw/edtwin.cxx b/sw/source/uibase/docvw/edtwin.cxx
index f651716..a32897c 100644
--- a/sw/source/uibase/docvw/edtwin.cxx
+++ b/sw/source/uibase/docvw/edtwin.cxx
@@ -1902,7 +1902,7 @@ KEYINPUT_CHECKTABLE_INSDEL:
                                 rSh.IsSttPara() && rSh.IsEndPara() )
                             eKeyState = KS_NumOff, eNextKeyState = KS_OutlineLvOff;
 
-                        //RETURN for new paragraph with AutoFormating
+                        //RETURN for new paragraph with AutoFormatting
                         else if( pACfg && pACfg->IsAutoFormatByInput() &&
                                 !(nSelectionType & (nsSelectionType::SEL_GRF |
                                     nsSelectionType::SEL_OLE | nsSelectionType::SEL_FRM |


More information about the Libreoffice-commits mailing list