summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLionel Elie Mamane <lionel@mamane.lu>2011-08-22 00:13:19 +0200
committerLionel Elie Mamane <lionel@mamane.lu>2011-09-02 14:58:55 +0200
commit6749e4859f0c6a53e0d74dc277ed09cbc4568af0 (patch)
tree684161bb82f92b9e0c5111deaab7d237ac2c454f
parent5c16dae20043327d6f565120f5199445fb9e1b64 (diff)
Typo in comment
-rw-r--r--cppuhelper/inc/cppuhelper/component.hxx2
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) );