diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2016-02-07 22:36:07 +0100 |
---|---|---|
committer | jan iversen <jani@documentfoundation.org> | 2016-02-08 06:53:49 +0000 |
commit | 6d68e88a0fc5a54bbb826379163bd0b9c6eae0fb (patch) | |
tree | c71c204dff5a2c69b04bdd8745e555e1f329e1f1 | |
parent | a86f46ec138e0215c6c82200ab5aea35fdb217b2 (diff) |
Fix typos
Change-Id: I4586168d3af81f047a4ded59fc6d257f17554885
Reviewed-on: https://gerrit.libreoffice.org/22194
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: jan iversen <jani@documentfoundation.org>
Tested-by: jan iversen <jani@documentfoundation.org>
-rw-r--r-- | android/source/AndroidManifest.xml | 2 | ||||
-rw-r--r-- | drawinglayer/source/primitive2d/metafileprimitive2d.cxx | 2 | ||||
-rw-r--r-- | include/editeng/editrids.hrc | 2 | ||||
-rw-r--r-- | qadevOOo/runner/lib/MultiPropertyTest.java | 2 | ||||
-rw-r--r-- | sfx2/source/appl/app.hrc | 2 | ||||
-rw-r--r-- | solenv/bin/concat-deps.c | 2 | ||||
-rw-r--r-- | sw/source/uibase/docvw/edtwin.cxx | 2 |
7 files changed, 7 insertions, 7 deletions
diff --git a/android/source/AndroidManifest.xml b/android/source/AndroidManifest.xml index 25e824074ac9..d9d8e1ead395 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 3931d196ac1b..24c30ea7efeb 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 4ae3d4c70ac1..e24bed8f31c3 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 c4521f38dfb4..8f345857990b 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 1b16e8c967cd..fc06eda0d9c3 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 d15ed44ab92f..517e4d076f16 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 f6517164f4ad..a32897cc3c48 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 | |