This is an automated email from the ASF dual-hosted git repository. mseidel pushed a commit to branch AOO42X in repository https://gitbox.apache.org/repos/asf/openoffice.git
The following commit(s) were added to refs/heads/AOO42X by this push: new 6c7678c168 Fix spelling (#267) 6c7678c168 is described below commit 6c7678c16863c89de34a8d9218ae00214e103cb7 Author: John Bampton <jbamp...@users.noreply.github.com> AuthorDate: Tue Feb 4 23:40:57 2025 +1000 Fix spelling (#267) * Fix spelling * Update ignored words list (cherry picked from commit 0193600a179b3bec64425e1d05f3b030947ba60a) --- main/cli_ure/source/scripts/increment_version.pl | 8 ++++---- main/comphelper/inc/comphelper/locale.hxx | 14 +++++++------- main/oox/source/ole/axcontrol.cxx | 2 +- .../source/sdr/contact/objectcontactofobjlistpainter.cxx | 2 +- main/sw/source/core/crsr/trvltbl.cxx | 2 +- main/sw/source/core/text/inftxt.cxx | 2 +- main/sw/source/filter/ww8/ww8scan.hxx | 2 +- main/sw/source/ui/inc/toxmgr.hxx | 2 +- 8 files changed, 17 insertions(+), 17 deletions(-) diff --git a/main/cli_ure/source/scripts/increment_version.pl b/main/cli_ure/source/scripts/increment_version.pl index b6b63342db..146d4d885b 100644 --- a/main/cli_ure/source/scripts/increment_version.pl +++ b/main/cli_ure/source/scripts/increment_version.pl @@ -35,10 +35,10 @@ sub incrementPolicyVersion($); my $usage = "The tool increments the minor version of assemblies and the major version of ". "the respective policy files. This is only done if new uno types have been added since". -"the last product upate. This information is obtained from the file which is passed as ". +"the last product update. This information is obtained from the file which is passed as ". "argument changedTypes. The names in the version file must have a particular form. ". -"They must end on one of folling terms: NEW_VERSION, OLD_VERSION, POLICY_VERSION\n". -"If no new published types habe been added then no output, argument newVersions, is written". +"They must end on one of following terms: NEW_VERSION, OLD_VERSION, POLICY_VERSION\n". +"If no new published types have been added then no output, argument newVersions, is written". "Usage is: \n increment_version.pl oldVersions incVersions newVersions changedTypes\n\n". "oldVersion: Contains name value pairs, which are used for forming the config files of ". "the policy assemblies, for building the assemblies. \n\n". @@ -101,7 +101,7 @@ if ( $newTypes == 0) } else { - print "\nNew UNO types were addes since last release. The version will be increased.\n\n"; + print "\nNew UNO types were added since last release. The version will be increased.\n\n"; } #read in incVersions in a list diff --git a/main/comphelper/inc/comphelper/locale.hxx b/main/comphelper/inc/comphelper/locale.hxx index c77d6c9131..d9a5fb2c8a 100644 --- a/main/comphelper/inc/comphelper/locale.hxx +++ b/main/comphelper/inc/comphelper/locale.hxx @@ -68,7 +68,7 @@ class COMPHELPER_DLLPUBLIC Locale static const sal_Unicode SEPERATOR_CV; /** @short separates COUNTRY and VARIANT part of an ISO formatted Locale. - @descr Its true for some linux derivates only :-( */ + @descr Its true for some linux derivatives only :-( */ static const sal_Unicode SEPERATOR_CV_LINUX; /** @short some predefined Locale objects. */ @@ -180,7 +180,7 @@ class COMPHELPER_DLLPUBLIC Locale @param sISO an ISO formatted string value, which can be parsed and - tokenized into a Lamnguage, Country and Variant part. + tokenized into a Language, Country and Variant part. @throw MalFormedLocaleException if conversion failed. @@ -231,7 +231,7 @@ class COMPHELPER_DLLPUBLIC Locale /** @short returns the country/region code for this locale. @descr That will either be the empty string or an - upercase ISO 3166 2-letter code. + uppercase ISO 3166 2-letter code. @return [string] the country code. @@ -261,7 +261,7 @@ class COMPHELPER_DLLPUBLIC Locale /** @short set the new country/region code for this locale. @descr That will either be the empty string or an - upercase ISO 3166 2-letter code. + uppercase ISO 3166 2-letter code. @param sCountry the country code. @@ -283,7 +283,7 @@ class COMPHELPER_DLLPUBLIC Locale @param sISO an ISO formatted string value, which can be parsed and - tokenized into a Lamnguage, Country and Variant part. + tokenized into a Language, Country and Variant part. e.g. "en-US" or "en-US_WIN" @throw MalFormedLocaleException @@ -295,7 +295,7 @@ class COMPHELPER_DLLPUBLIC Locale //--------------------------------------- /** @short converts this Locale to an ISO formatted string value. - @descr The different parts of this Locale will be assempled + @descr The different parts of this Locale will be assembled e.g. to "en-US" or "en-US_WIN" @return [string] @@ -352,7 +352,7 @@ class COMPHELPER_DLLPUBLIC Locale If no "same" nor any "similar" locale could be found, we try "x-default" and "x-notranslate" explicitly. Sometimes localized variables are optimized and don't use - localzation really. E.g. in case the localized value is a fix + localization really. E.g. in case the localized value is a fix product name. If no locale match till now, we use any other existing diff --git a/main/oox/source/ole/axcontrol.cxx b/main/oox/source/ole/axcontrol.cxx index cce7094244..bb77389fcf 100644 --- a/main/oox/source/ole/axcontrol.cxx +++ b/main/oox/source/ole/axcontrol.cxx @@ -629,7 +629,7 @@ sal_uInt32 ComCtlModelBase::getDataPartId() const case COMCTL_VERSION_50: return mnDataPartId5; case COMCTL_VERSION_60: return mnDataPartId6; } - OSL_ENSURE( false, "ComCtlObjectBase::getDataPartId - unxpected version" ); + OSL_ENSURE( false, "ComCtlObjectBase::getDataPartId - unexpected version" ); return SAL_MAX_UINT32; } diff --git a/main/svx/source/sdr/contact/objectcontactofobjlistpainter.cxx b/main/svx/source/sdr/contact/objectcontactofobjlistpainter.cxx index e9fbd05033..0876aa3da8 100644 --- a/main/svx/source/sdr/contact/objectcontactofobjlistpainter.cxx +++ b/main/svx/source/sdr/contact/objectcontactofobjlistpainter.cxx @@ -109,7 +109,7 @@ namespace sdr aViewRange.transform(pTargetDevice->GetInverseViewTransformation()); } - // upate local ViewInformation2D + // update local ViewInformation2D const drawinglayer::geometry::ViewInformation2D aNewViewInformation2D( basegfx::B2DHomMatrix(), pTargetDevice->GetViewTransformation(), diff --git a/main/sw/source/core/crsr/trvltbl.cxx b/main/sw/source/core/crsr/trvltbl.cxx index 17062e701d..3fcd75d38b 100644 --- a/main/sw/source/core/crsr/trvltbl.cxx +++ b/main/sw/source/core/crsr/trvltbl.cxx @@ -339,7 +339,7 @@ sal_Bool SwCrsrShell::SelTblBox() pTblCrsr->Exchange(); // with some luck, UpdateCrsr() will now update everything that - // needs updateing + // needs updating UpdateCrsr(); return sal_True; diff --git a/main/sw/source/core/text/inftxt.cxx b/main/sw/source/core/text/inftxt.cxx index 3baa14d5a5..337b6a75c7 100644 --- a/main/sw/source/core/text/inftxt.cxx +++ b/main/sw/source/core/text/inftxt.cxx @@ -1377,7 +1377,7 @@ static void lcl_InitHyphValues( PropertyValues &rVals, pVal[1].Value <<= nMinTrailing; } else { - DBG_ERROR( "unxpected size of sequence" ); + DBG_ERROR( "unexpected size of sequence" ); } } diff --git a/main/sw/source/filter/ww8/ww8scan.hxx b/main/sw/source/filter/ww8/ww8scan.hxx index 799e9bd8d5..a92d24b5d9 100644 --- a/main/sw/source/filter/ww8/ww8scan.hxx +++ b/main/sw/source/filter/ww8/ww8scan.hxx @@ -1053,7 +1053,7 @@ public: // to decide which table stream is valid. sal_uInt16 fExtChar :1; // 1000 =1, when using extended character set in file - sal_uInt16 fFarEast :1; // 4000 =1, probably, when far-East language vaiants of Word is used to create a file #i90932# + sal_uInt16 fFarEast :1; // 4000 =1, probably, when far-East language variants of Word is used to create a file #i90932# sal_uInt16 fObfuscated :1; // 8000=1. specifies whether the document is obfuscated using XOR obfuscation. otherwise this bit MUST be ignored. diff --git a/main/sw/source/ui/inc/toxmgr.hxx b/main/sw/source/ui/inc/toxmgr.hxx index e6d703e8f2..0be1ca4ccb 100644 --- a/main/sw/source/ui/inc/toxmgr.hxx +++ b/main/sw/source/ui/inc/toxmgr.hxx @@ -34,7 +34,7 @@ class SwForm; /*-------------------------------------------------------------------- Beschreibung: Manager fuer Verzeichnisfunktionalitaet --------------------------------------------------------------------*/ -//one single method will be sufficient to insert AND upate indexes +//one single method will be sufficient to insert AND update indexes class SW_DLLPUBLIC SwTOXDescription {