Kaydet (Commit) 1d74d19a authored tarafından Mike Kaganski's avatar Mike Kaganski

Monkey business: Fix typo in comments: et -> ed :)

Change-Id: I91440e8582108b9121ac6525c8ac88ad6f218a60
Reviewed-on: https://gerrit.libreoffice.org/31721Reviewed-by: 's avatarMike Kaganski <mike.kaganski@collabora.com>
Tested-by: 's avatarMike Kaganski <mike.kaganski@collabora.com>
üst d1a9c73e
......@@ -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);
......
......@@ -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
......
......@@ -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;
......
......@@ -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
{
......
......@@ -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
{
......
......@@ -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 };
......
......@@ -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;
......
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment