[Libreoffice-commits] core.git: editeng/source framework/qa include/unotools include/xmlscript starmath/inc vcl/inc
Mike Kaganski
mike.kaganski at collabora.com
Wed Dec 7 11:29:34 UTC 2016
editeng/source/accessibility/AccessibleContextBase.cxx | 2 +-
framework/qa/complex/imageManager/_XInitialization.java | 2 +-
include/unotools/lingucfg.hxx | 2 +-
include/xmlscript/xmllib_imexp.hxx | 2 +-
include/xmlscript/xmlmod_imexp.hxx | 2 +-
starmath/inc/format.hxx | 2 +-
vcl/inc/headless/svpinst.hxx | 2 +-
vcl/inc/salinst.hxx | 2 +-
8 files changed, 8 insertions(+), 8 deletions(-)
New commits:
commit 1d74d19a76f203ca33956e564b916704e17af4f7
Author: Mike Kaganski <mike.kaganski at collabora.com>
Date: Wed Dec 7 14:24:08 2016 +0300
Monkey business: Fix typo in comments: et -> ed :)
Change-Id: I91440e8582108b9121ac6525c8ac88ad6f218a60
Reviewed-on: https://gerrit.libreoffice.org/31721
Reviewed-by: Mike Kaganski <mike.kaganski at collabora.com>
Tested-by: Mike Kaganski <mike.kaganski at collabora.com>
diff --git a/editeng/source/accessibility/AccessibleContextBase.cxx b/editeng/source/accessibility/AccessibleContextBase.cxx
index f93e443..e43433d 100644
--- a/editeng/source/accessibility/AccessibleContextBase.cxx
+++ b/editeng/source/accessibility/AccessibleContextBase.cxx
@@ -60,7 +60,7 @@ AccessibleContextBase::AccessibleContextBase (
mxStateSet = pStateSet;
// Set some states. Don't use the SetState method because no events
- // shall be broadcastet (that is not yet initialized anyway).
+ // shall be broadcasted (that is not yet initialized anyway).
pStateSet->AddState (AccessibleStateType::ENABLED);
pStateSet->AddState (AccessibleStateType::SENSITIVE);
pStateSet->AddState (AccessibleStateType::SHOWING);
diff --git a/framework/qa/complex/imageManager/_XInitialization.java b/framework/qa/complex/imageManager/_XInitialization.java
index 74b97aa..a272f85 100644
--- a/framework/qa/complex/imageManager/_XInitialization.java
+++ b/framework/qa/complex/imageManager/_XInitialization.java
@@ -31,7 +31,7 @@ import lib.TestParameters;
* <ul>
* <li> <code>'XInitialization.args'</code> (of type <code>Object[]</code>):
* (<b>Optional</b>) : argument for <code>initialize</code>
-* method. If ommitet zero length array is used. </li>
+* method. If ommitted, zero length array is used. </li>
* <ul> <p>
* Test is multithread compliant. <p>
* Till the present time there was no need to recreate environment
diff --git a/include/unotools/lingucfg.hxx b/include/unotools/lingucfg.hxx
index 60a933d..759576d 100644
--- a/include/unotools/lingucfg.hxx
+++ b/include/unotools/lingucfg.hxx
@@ -112,7 +112,7 @@ struct UNOTOOLS_DLLPUBLIC SvtLinguOptions
bool bROIsTranslateCommonTerms;
bool bROIsReverseMapping;
- // check value need to determine if the configuration needs to updatet
+ // check value need to determine if the configuration needs to be updated
// or not (used for a quick check if data files have been changed/added
// or deleted
sal_Int32 nDataFilesChangedCheckValue;
diff --git a/include/xmlscript/xmllib_imexp.hxx b/include/xmlscript/xmllib_imexp.hxx
index 387403b..7c13f6a 100644
--- a/include/xmlscript/xmllib_imexp.hxx
+++ b/include/xmlscript/xmllib_imexp.hxx
@@ -31,7 +31,7 @@ namespace xmlscript
// Library container export
// HACK C++ struct to transport info. Later the container
-// itself should do the export/import and use exportet XML
+// itself should do the export/import and use exported XML
// functionality from xmlscript
struct XMLSCRIPT_DLLPUBLIC LibDescriptor
{
diff --git a/include/xmlscript/xmlmod_imexp.hxx b/include/xmlscript/xmlmod_imexp.hxx
index 64aef49..41dd8a5 100644
--- a/include/xmlscript/xmlmod_imexp.hxx
+++ b/include/xmlscript/xmlmod_imexp.hxx
@@ -29,7 +29,7 @@ namespace xmlscript
// Script module import/export
// HACK C++ struct to transport info. Later the container
-// itself should do the export/import and use exportet XML
+// itself should do the export/import and use exported XML
// functionality from xmlscript
struct XMLSCRIPT_DLLPUBLIC ModuleDescriptor
{
diff --git a/starmath/inc/format.hxx b/starmath/inc/format.hxx
index 69d1bf6..c49655f 100644
--- a/starmath/inc/format.hxx
+++ b/starmath/inc/format.hxx
@@ -82,7 +82,7 @@
#define DIS_END 23
-// to be broadcastet on format changes:
+// to be broadcasted on format changes:
#define HINT_FORMATCHANGED 10003
enum SmHorAlign { AlignLeft, AlignCenter, AlignRight };
diff --git a/vcl/inc/headless/svpinst.hxx b/vcl/inc/headless/svpinst.hxx
index df550c4..e483775 100644
--- a/vcl/inc/headless/svpinst.hxx
+++ b/vcl/inc/headless/svpinst.hxx
@@ -131,7 +131,7 @@ public:
// Printer
// pSetupData->mpDriverData can be 0
- // pSetupData must be updatet with the current
+ // pSetupData must be updated with the current
// JobSetup
virtual SalInfoPrinter* CreateInfoPrinter( SalPrinterQueueInfo* pQueueInfo,
ImplJobSetup* pSetupData ) override;
diff --git a/vcl/inc/salinst.hxx b/vcl/inc/salinst.hxx
index da8b6de..b5421f7 100644
--- a/vcl/inc/salinst.hxx
+++ b/vcl/inc/salinst.hxx
@@ -97,7 +97,7 @@ public:
// Printer
// pSetupData->mpDriverData can be 0
- // pSetupData must be updatet with the current
+ // pSetupData must be updated with the current
// JobSetup
virtual SalInfoPrinter* CreateInfoPrinter( SalPrinterQueueInfo* pQueueInfo,
ImplJobSetup* pSetupData ) = 0;
More information about the Libreoffice-commits
mailing list