[Libreoffice-commits] core.git: dbaccess/source include/registry jurt/com xmlsecurity/source

Stephan Bergmann sbergman at redhat.com
Mon Dec 8 02:12:08 PST 2014


 dbaccess/source/core/api/RowSetBase.hxx                               |    2 +-
 include/registry/reflwrit.hxx                                         |    2 +-
 jurt/com/sun/star/lib/util/AsynchronousFinalizer.java                 |    2 +-
 xmlsecurity/source/xmlsec/mscrypt/securityenvironment_mscryptimpl.hxx |    4 ++--
 xmlsecurity/source/xmlsec/nss/xmlsecuritycontext_nssimpl.hxx          |    2 +-
 5 files changed, 6 insertions(+), 6 deletions(-)

New commits:
commit 147ff66242451309951ceb40f463b17dcf82a1b2
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Mon Dec 8 11:11:30 2014 +0100

    Typo "mehtod" -> "method"
    
    Change-Id: I49f3f59c76bd4dd078f7014b6a0450241214db7f

diff --git a/dbaccess/source/core/api/RowSetBase.hxx b/dbaccess/source/core/api/RowSetBase.hxx
index 4509d6e..00bb7cd 100644
--- a/dbaccess/source/core/api/RowSetBase.hxx
+++ b/dbaccess/source/core/api/RowSetBase.hxx
@@ -195,7 +195,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/include/registry/reflwrit.hxx b/include/registry/reflwrit.hxx
index fa866fe..f97574d 100644
--- a/include/registry/reflwrit.hxx
+++ b/include/registry/reflwrit.hxx
@@ -183,7 +183,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/jurt/com/sun/star/lib/util/AsynchronousFinalizer.java b/jurt/com/sun/star/lib/util/AsynchronousFinalizer.java
index 2c884c8..4dcd69a 100644
--- a/jurt/com/sun/star/lib/util/AsynchronousFinalizer.java
+++ b/jurt/com/sun/star/lib/util/AsynchronousFinalizer.java
@@ -32,7 +32,7 @@ import java.util.LinkedList;
  * in both cases finalizers lead to synchronous UNO release calls).</p>
  *
  * <p>If JVMs are getting more mature and should no longer have problems with
- * long-running finalize mehtods, this class could be removed again.</p>
+ * long-running finalize methods, this class could be removed again.</p>
  */
 public final class AsynchronousFinalizer {
     /**
diff --git a/xmlsecurity/source/xmlsec/mscrypt/securityenvironment_mscryptimpl.hxx b/xmlsecurity/source/xmlsec/mscrypt/securityenvironment_mscryptimpl.hxx
index 84d35b6..b0d74d5 100644
--- a/xmlsecurity/source/xmlsec/mscrypt/securityenvironment_mscryptimpl.hxx
+++ b/xmlsecurity/source/xmlsec/mscrypt/securityenvironment_mscryptimpl.hxx
@@ -156,7 +156,7 @@ class SecurityEnvironment_MSCryptImpl : public ::cppu::WeakImplHelper3<
         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 ) ;
 
@@ -184,7 +184,7 @@ class SecurityEnvironment_MSCryptImpl : public ::cppu::WeakImplHelper3<
         virtual void enableDefaultCrypt( sal_Bool enable ) throw( ::com::sun::star::uno::Exception , ::com::sun::star::uno::RuntimeException ) ;
         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/xmlsecurity/source/xmlsec/nss/xmlsecuritycontext_nssimpl.hxx b/xmlsecurity/source/xmlsec/nss/xmlsecuritycontext_nssimpl.hxx
index 03c64f8..d85cfbd 100644
--- a/xmlsecurity/source/xmlsec/nss/xmlsecuritycontext_nssimpl.hxx
+++ b/xmlsecurity/source/xmlsec/nss/xmlsecuritycontext_nssimpl.hxx
@@ -105,7 +105,7 @@ class XMLSecurityContext_NssImpl : public ::cppu::WeakImplHelper2<
         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 ) ;
 
         */


More information about the Libreoffice-commits mailing list