From 6749e4859f0c6a53e0d74dc277ed09cbc4568af0 Mon Sep 17 00:00:00 2001 From: Lionel Elie Mamane Date: Mon, 22 Aug 2011 00:13:19 +0200 Subject: Typo in comment --- cppuhelper/inc/cppuhelper/component.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cppuhelper/inc') 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) ); -- cgit