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 7a5c319bc8 Fix typos: mehtod -> method, mehtods -> methods. 7a5c319bc8 is described below commit 7a5c319bc8e6ef6be17786eddb0dfb0d38bafd5c Author: Damjan Jovanovic <dam...@apache.org> AuthorDate: Sat Apr 6 18:10:07 2024 +0200 Fix typos: mehtod -> method, mehtods -> methods. Patch by: me (cherry picked from commit a4b70a5c0dc286fe80079976f51a3b5d7c08957d) --- main/dbaccess/source/core/api/RowSetBase.hxx | 2 +- .../src/main/java/com/sun/star/lib/util/AsynchronousFinalizer.java | 2 +- main/registry/inc/registry/reflwrit.hxx | 2 +- .../source/xmlsec/mscrypt/securityenvironment_mscryptimpl.hxx | 4 ++-- .../source/xmlsec/mscrypt/xmlsecuritycontext_mscryptimpl.hxx | 2 +- main/xmlsecurity/source/xmlsec/nss/securityenvironment_nssimpl.hxx | 4 ++-- main/xmlsecurity/source/xmlsec/nss/xmlsecuritycontext_nssimpl.hxx | 2 +- 7 files changed, 9 insertions(+), 9 deletions(-) diff --git a/main/dbaccess/source/core/api/RowSetBase.hxx b/main/dbaccess/source/core/api/RowSetBase.hxx index 1c0be36610..ef078336b3 100644 --- a/main/dbaccess/source/core/api/RowSetBase.hxx +++ b/main/dbaccess/source/core/api/RowSetBase.hxx @@ -240,7 +240,7 @@ namespace dbaccess @param _aCheckFunctor Return <TRUE/> when we already stand on the row we want to. @param _aMovementFunctor - The mehtod used to move. + The method used to move. @return <TRUE/> if movement was successful. */ diff --git a/main/jurt/java/jurt/src/main/java/com/sun/star/lib/util/AsynchronousFinalizer.java b/main/jurt/java/jurt/src/main/java/com/sun/star/lib/util/AsynchronousFinalizer.java index 0c5aa6ac74..a0843a04da 100644 --- a/main/jurt/java/jurt/src/main/java/com/sun/star/lib/util/AsynchronousFinalizer.java +++ b/main/jurt/java/jurt/src/main/java/com/sun/star/lib/util/AsynchronousFinalizer.java @@ -37,7 +37,7 @@ import java.util.LinkedList; in both cases finalizers lead to synchronous UNO release calls). If JVMs are getting more mature and should no longer have problems with - long-running finalize mehtods, this class could be removed again. + long-running finalize methods, this class could be removed again. */ public final class AsynchronousFinalizer { /** diff --git a/main/registry/inc/registry/reflwrit.hxx b/main/registry/inc/registry/reflwrit.hxx index e6698c111a..f98fa08f37 100644 --- a/main/registry/inc/registry/reflwrit.hxx +++ b/main/registry/inc/registry/reflwrit.hxx @@ -187,7 +187,7 @@ public: const ::rtl::OUString& name, RTParamMode mode); - /** sets the data for the specified exception of a mehtod. + /** sets the data for the specified exception of a method. @param index indicates the index of the method. @param excIndex specifies the index of the exception. diff --git a/main/xmlsecurity/source/xmlsec/mscrypt/securityenvironment_mscryptimpl.hxx b/main/xmlsecurity/source/xmlsec/mscrypt/securityenvironment_mscryptimpl.hxx index 5d537e1425..c716f11299 100644 --- a/main/xmlsecurity/source/xmlsec/mscrypt/securityenvironment_mscryptimpl.hxx +++ b/main/xmlsecurity/source/xmlsec/mscrypt/securityenvironment_mscryptimpl.hxx @@ -151,7 +151,7 @@ class SecurityEnvironment_MSCryptImpl : public ::cppu::WeakImplHelper4< static const ::com::sun::star::uno::Sequence< sal_Int8 >& getUnoTunnelId() ; static SecurityEnvironment_MSCryptImpl* getImplementation( const ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface > xObj ) ; - //Native mehtods + //Native methods virtual HCRYPTPROV getCryptoProvider() throw( ::com::sun::star::uno::Exception , ::com::sun::star::uno::RuntimeException ) ; virtual void setCryptoProvider( HCRYPTPROV aProv ) throw( ::com::sun::star::uno::Exception , ::com::sun::star::uno::RuntimeException ) ; @@ -190,7 +190,7 @@ class SecurityEnvironment_MSCryptImpl : public ::cppu::WeakImplHelper4< virtual sal_Bool defaultEnabled() throw( ::com::sun::star::uno::Exception , ::com::sun::star::uno::RuntimeException ) ; - //Native mehtods + //Native methods virtual xmlSecKeysMngrPtr createKeysManager() throw( ::com::sun::star::uno::Exception , ::com::sun::star::uno::RuntimeException ) ; virtual void destroyKeysManager(xmlSecKeysMngrPtr pKeysMngr) throw( ::com::sun::star::uno::Exception , ::com::sun::star::uno::RuntimeException ) ; diff --git a/main/xmlsecurity/source/xmlsec/mscrypt/xmlsecuritycontext_mscryptimpl.hxx b/main/xmlsecurity/source/xmlsec/mscrypt/xmlsecuritycontext_mscryptimpl.hxx index 5bbcd653a5..46a2433699 100644 --- a/main/xmlsecurity/source/xmlsec/mscrypt/xmlsecuritycontext_mscryptimpl.hxx +++ b/main/xmlsecurity/source/xmlsec/mscrypt/xmlsecuritycontext_mscryptimpl.hxx @@ -125,7 +125,7 @@ class XMLSecurityContext_MSCryptImpl : public ::cppu::WeakImplHelper3< static XMLSecurityContext_MSCryptImpl* getImplementation( const ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface > xObj ) ; #endif - //Native mehtods + //Native methods //virtual xmlSecKeysMngrPtr keysManager() throw( ::com::sun::star::uno::Exception , ::com::sun::star::uno::RuntimeException ) ; } ; diff --git a/main/xmlsecurity/source/xmlsec/nss/securityenvironment_nssimpl.hxx b/main/xmlsecurity/source/xmlsec/nss/securityenvironment_nssimpl.hxx index ae60dfba2a..91f8035e3f 100644 --- a/main/xmlsecurity/source/xmlsec/nss/securityenvironment_nssimpl.hxx +++ b/main/xmlsecurity/source/xmlsec/nss/securityenvironment_nssimpl.hxx @@ -127,7 +127,7 @@ private : static const ::com::sun::star::uno::Sequence< sal_Int8 >& getUnoTunnelId() ; static SecurityEnvironment_NssImpl* getImplementation( const ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface > xObj ) ; - //Native mehtods + //Native methods virtual CERTCertDBHandle* getCertDb() throw( ::com::sun::star::uno::Exception , ::com::sun::star::uno::RuntimeException ) ; virtual void setCertDb( CERTCertDBHandle* aCertDb ) throw( ::com::sun::star::uno::Exception , ::com::sun::star::uno::RuntimeException ) ; @@ -163,7 +163,7 @@ private : virtual ::com::sun::star::uno::Reference< ::com::sun::star::security::XCertificate > SAL_CALL createCertificateFromAscii( const ::rtl::OUString& asciiCertificate ) throw( ::com::sun::star::uno::SecurityException , ::com::sun::star::uno::RuntimeException ) ; - //Native mehtods + //Native methods virtual xmlSecKeysMngrPtr createKeysManager() throw( ::com::sun::star::uno::Exception , ::com::sun::star::uno::RuntimeException ) ; virtual void destroyKeysManager(xmlSecKeysMngrPtr pKeysMngr) throw( ::com::sun::star::uno::Exception , ::com::sun::star::uno::RuntimeException ) ; diff --git a/main/xmlsecurity/source/xmlsec/nss/xmlsecuritycontext_nssimpl.hxx b/main/xmlsecurity/source/xmlsec/nss/xmlsecuritycontext_nssimpl.hxx index d5092ef8f0..fae7f98504 100644 --- a/main/xmlsecurity/source/xmlsec/nss/xmlsecuritycontext_nssimpl.hxx +++ b/main/xmlsecurity/source/xmlsec/nss/xmlsecuritycontext_nssimpl.hxx @@ -125,7 +125,7 @@ class XMLSecurityContext_NssImpl : public ::cppu::WeakImplHelper3< static const ::com::sun::star::uno::Sequence< sal_Int8 >& getUnoTunnelId() ; static XMLSecurityContext_NssImpl* getImplementation( const ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface > xObj ) ; - //Native mehtods + //Native methods virtual xmlSecKeysMngrPtr keysManager() throw( ::com::sun::star::uno::Exception , ::com::sun::star::uno::RuntimeException ) ; */