This is an automated email from the ASF dual-hosted git repository. mseidel pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/openoffice.git
The following commit(s) were added to refs/heads/trunk by this push: new 0193600a17 Fix spelling (#267) 0193600a17 is described below commit 0193600a179b3bec64425e1d05f3b030947ba60a 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 --- .github/linters/codespell.txt | 19 ------------------- main/cli_ure/source/scripts/increment_version.pl | 8 ++++---- main/comphelper/inc/comphelper/locale.hxx | 14 +++++++------- main/oox/source/ole/axcontrol.cxx | 2 +- .../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 +- 9 files changed, 17 insertions(+), 36 deletions(-) diff --git a/.github/linters/codespell.txt b/.github/linters/codespell.txt index 83bc312a38..aaf790d019 100644 --- a/.github/linters/codespell.txt +++ b/.github/linters/codespell.txt @@ -55,7 +55,6 @@ acend acessor aci acitivation -acitvate acive acount acounts @@ -132,7 +131,6 @@ alled allign allignment alllowed -allocted alloed alloted allowd @@ -151,7 +149,6 @@ alpah alph alpha-numeric alread -alreay als alse alternativ @@ -196,7 +193,6 @@ apears apeends apend apllying -aply apoints appartment appeares @@ -641,7 +637,6 @@ compatibiliy compelete compeletely compicated -compilant compiletime compiller completelly @@ -764,7 +759,6 @@ contant contants contatenated conted -conteiner contens conterpart contet @@ -773,7 +767,6 @@ contexta contianing contiguos contination -continer contition contiuous contnet @@ -1535,7 +1528,6 @@ focuse fof foler folled -folling follod folloing follong @@ -2126,7 +2118,6 @@ linheight linke linkes listenes -listenning listernes lits livetime @@ -2136,7 +2127,6 @@ loacation locahost localed localy -localzation loccked lockingf loclaized @@ -2411,8 +2401,6 @@ nummbers numnber obect obects -obejct -obejcts objcts objec objectin @@ -2670,7 +2658,6 @@ polygone polymorpic polypoygon polypoylgons -ponter poperly poperties popoup @@ -2974,7 +2961,6 @@ remoce removeable removeing removerd -remved remvoved rende rendererd @@ -3417,7 +3403,6 @@ strin strippen stript stronly -strorage strotage struc structer @@ -3746,10 +3731,7 @@ unsused unter untypically unx -unxpected upate -updateing -upercase uperclass uppon upported @@ -3776,7 +3758,6 @@ usuall ususal vaalues vai -vaiants vaid vailable vaild 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 {