diff options
author | Mike Kaganski <mike.kaganski@collabora.com> | 2016-12-07 14:24:08 +0300 |
---|---|---|
committer | Mike Kaganski <mike.kaganski@collabora.com> | 2016-12-07 11:28:59 +0000 |
commit | 1d74d19a76f203ca33956e564b916704e17af4f7 (patch) | |
tree | fc4532a6a10febf40d8c1e0c941ef05cbca6850f | |
parent | d1a9c73ea16f5b4838f639ce2bb2226d9b9b334a (diff) |
Monkey business: Fix typo in comments: et -> ed :)
Change-Id: I91440e8582108b9121ac6525c8ac88ad6f218a60
Reviewed-on: https://gerrit.libreoffice.org/31721
Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
Tested-by: Mike Kaganski <mike.kaganski@collabora.com>
-rw-r--r-- | editeng/source/accessibility/AccessibleContextBase.cxx | 2 | ||||
-rw-r--r-- | framework/qa/complex/imageManager/_XInitialization.java | 2 | ||||
-rw-r--r-- | include/unotools/lingucfg.hxx | 2 | ||||
-rw-r--r-- | include/xmlscript/xmllib_imexp.hxx | 2 | ||||
-rw-r--r-- | include/xmlscript/xmlmod_imexp.hxx | 2 | ||||
-rw-r--r-- | starmath/inc/format.hxx | 2 | ||||
-rw-r--r-- | vcl/inc/headless/svpinst.hxx | 2 | ||||
-rw-r--r-- | 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; * <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 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; |