From 1d74d19a76f203ca33956e564b916704e17af4f7 Mon Sep 17 00:00:00 2001 From: Mike Kaganski Date: Wed, 7 Dec 2016 14:24:08 +0300 Subject: [PATCH] Monkey business: Fix typo in comments: et -> ed :) Change-Id: I91440e8582108b9121ac6525c8ac88ad6f218a60 Reviewed-on: https://gerrit.libreoffice.org/31721 Reviewed-by: Mike Kaganski Tested-by: Mike Kaganski --- 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(-) diff --git a/editeng/source/accessibility/AccessibleContextBase.cxx b/editeng/source/accessibility/AccessibleContextBase.cxx index f93e4437bab5..e43433dec88f 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 74b97aa1cbc6..a272f8570a4b 100644 --- a/framework/qa/complex/imageManager/_XInitialization.java +++ b/framework/qa/complex/imageManager/_XInitialization.java @@ -31,7 +31,7 @@ import lib.TestParameters; *
    *
  • 'XInitialization.args' (of type Object[]): * (Optional) : argument for initialize -* method. If ommitet zero length array is used.
  • +* method. If ommitted, zero length array is used. *

      * Test is multithread compliant.

      * Till the present time there was no need to recreate environment diff --git a/include/unotools/lingucfg.hxx b/include/unotools/lingucfg.hxx index 60a933d7a140..759576d4a6c4 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 387403b731f4..7c13f6a3d6e3 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 64aef4954329..41dd8a5ccaee 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 69d1bf6dcc01..c49655f2a0e4 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 df550c4f3616..e483775748a2 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 da8b6dea8412..b5421f759e22 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;