diff options
author | Lionel Elie Mamane <lionel@mamane.lu> | 2011-08-22 00:13:19 +0200 |
---|---|---|
committer | Lionel Elie Mamane <lionel@mamane.lu> | 2011-09-02 14:58:55 +0200 |
commit | 6749e4859f0c6a53e0d74dc277ed09cbc4568af0 (patch) | |
tree | 684161bb82f92b9e0c5111deaab7d237ac2c454f /cppuhelper | |
parent | 5c16dae20043327d6f565120f5199445fb9e1b64 (diff) |
Typo in comment
Diffstat (limited to 'cppuhelper')
-rw-r--r-- | cppuhelper/inc/cppuhelper/component.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cppuhelper/inc/cppuhelper/component.hxx b/cppuhelper/inc/cppuhelper/component.hxx index 76f74d402ab5..032afa0507bd 100644 --- a/cppuhelper/inc/cppuhelper/component.hxx +++ b/cppuhelper/inc/cppuhelper/component.hxx @@ -63,7 +63,7 @@ public: lifetime must be longer than the lifetime of this object. */ OComponentHelper( ::osl::Mutex & rMutex ) SAL_THROW( () ); - /** Dewstructor. If this object was not disposed previously, object will be disposed manually. + /** Destructor. If this object was not disposed previously, object will be disposed manually. */ virtual ~OComponentHelper() SAL_THROW( (::com::sun::star::uno::RuntimeException) ); |