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>
This commit is contained in:
Mike Kaganski 2016-12-07 14:24:08 +03:00
parent d1a9c73ea1
commit 1d74d19a76
8 changed files with 8 additions and 8 deletions

View File

@ -60,7 +60,7 @@ AccessibleContextBase::AccessibleContextBase (
mxStateSet = pStateSet; mxStateSet = pStateSet;
// Set some states. Don't use the SetState method because no events // 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::ENABLED);
pStateSet->AddState (AccessibleStateType::SENSITIVE); pStateSet->AddState (AccessibleStateType::SENSITIVE);
pStateSet->AddState (AccessibleStateType::SHOWING); pStateSet->AddState (AccessibleStateType::SHOWING);

View File

@ -31,7 +31,7 @@ import lib.TestParameters;
* <ul> * <ul>
* <li> <code>'XInitialization.args'</code> (of type <code>Object[]</code>): * <li> <code>'XInitialization.args'</code> (of type <code>Object[]</code>):
* (<b>Optional</b>) : argument for <code>initialize</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> * <ul> <p>
* Test is multithread compliant. <p> * Test is multithread compliant. <p>
* Till the present time there was no need to recreate environment * Till the present time there was no need to recreate environment

View File

@ -112,7 +112,7 @@ struct UNOTOOLS_DLLPUBLIC SvtLinguOptions
bool bROIsTranslateCommonTerms; bool bROIsTranslateCommonTerms;
bool bROIsReverseMapping; 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 not (used for a quick check if data files have been changed/added
// or deleted // or deleted
sal_Int32 nDataFilesChangedCheckValue; sal_Int32 nDataFilesChangedCheckValue;

View File

@ -31,7 +31,7 @@ namespace xmlscript
// Library container export // Library container export
// HACK C++ struct to transport info. Later the container // 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 // functionality from xmlscript
struct XMLSCRIPT_DLLPUBLIC LibDescriptor struct XMLSCRIPT_DLLPUBLIC LibDescriptor
{ {

View File

@ -29,7 +29,7 @@ namespace xmlscript
// Script module import/export // Script module import/export
// HACK C++ struct to transport info. Later the container // 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 // functionality from xmlscript
struct XMLSCRIPT_DLLPUBLIC ModuleDescriptor struct XMLSCRIPT_DLLPUBLIC ModuleDescriptor
{ {

View File

@ -82,7 +82,7 @@
#define DIS_END 23 #define DIS_END 23
// to be broadcastet on format changes: // to be broadcasted on format changes:
#define HINT_FORMATCHANGED 10003 #define HINT_FORMATCHANGED 10003
enum SmHorAlign { AlignLeft, AlignCenter, AlignRight }; enum SmHorAlign { AlignLeft, AlignCenter, AlignRight };

View File

@ -131,7 +131,7 @@ public:
// Printer // Printer
// pSetupData->mpDriverData can be 0 // pSetupData->mpDriverData can be 0
// pSetupData must be updatet with the current // pSetupData must be updated with the current
// JobSetup // JobSetup
virtual SalInfoPrinter* CreateInfoPrinter( SalPrinterQueueInfo* pQueueInfo, virtual SalInfoPrinter* CreateInfoPrinter( SalPrinterQueueInfo* pQueueInfo,
ImplJobSetup* pSetupData ) override; ImplJobSetup* pSetupData ) override;

View File

@ -97,7 +97,7 @@ public:
// Printer // Printer
// pSetupData->mpDriverData can be 0 // pSetupData->mpDriverData can be 0
// pSetupData must be updatet with the current // pSetupData must be updated with the current
// JobSetup // JobSetup
virtual SalInfoPrinter* CreateInfoPrinter( SalPrinterQueueInfo* pQueueInfo, virtual SalInfoPrinter* CreateInfoPrinter( SalPrinterQueueInfo* pQueueInfo,
ImplJobSetup* pSetupData ) = 0; ImplJobSetup* pSetupData ) = 0;