From 1d857ca26f60449ef325acd0aac40c11dded128e Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Thu, 1 Jun 2017 10:42:42 +0200 Subject: Fix typos Change-Id: I3cd50e374c45bc1c400b24c8fffd6d8f5cd1de56 Reviewed-on: https://gerrit.libreoffice.org/38208 Reviewed-by: Julien Nabet Tested-by: Julien Nabet --- cppuhelper/source/propshlp.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cppuhelper') diff --git a/cppuhelper/source/propshlp.cxx b/cppuhelper/source/propshlp.cxx index 14a1cb45a077..b8bb9cd737ba 100644 --- a/cppuhelper/source/propshlp.cxx +++ b/cppuhelper/source/propshlp.cxx @@ -467,7 +467,7 @@ void OPropertySetHelper::setDependentFastPropertyValue( sal_Int32 i_handle, cons catch (const RuntimeException& ) { throw; /* allowed to leave */ } catch (const Exception& ) { - // not allowed to leave this meathod + // not allowed to leave this method WrappedTargetException aWrapped; aWrapped.TargetException = ::cppu::getCaughtException(); aWrapped.Context = static_cast< XPropertySet* >( this ); -- cgit