From 624f84c07ee798f6bbf4381c26262d5d2774a1ed Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Mon, 15 Jan 2018 09:09:57 +0100 Subject: Fix typos Change-Id: I078626eaa3155cc429320cc8c1532003b382b22a Reviewed-on: https://gerrit.libreoffice.org/47855 Tested-by: Jenkins Reviewed-by: Julien Nabet --- include/comphelper/uno3.hxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/comphelper') diff --git a/include/comphelper/uno3.hxx b/include/comphelper/uno3.hxx index 05756fe709b5..b21fe75765bf 100644 --- a/include/comphelper/uno3.hxx +++ b/include/comphelper/uno3.hxx @@ -88,7 +88,7 @@ namespace comphelper //= deriving from multiple XInterface-derived classes - //= forwarding/merging XInterface funtionality + //= forwarding/merging XInterface functionality #define DECLARE_XINTERFACE( ) \ virtual css::uno::Any SAL_CALL queryInterface( const css::uno::Type& aType ) override; \ @@ -124,7 +124,7 @@ namespace comphelper } - //= forwarding/merging XTypeProvider funtionality + //= forwarding/merging XTypeProvider functionality #define DECLARE_XTYPEPROVIDER( ) \ virtual css::uno::Sequence< css::uno::Type > SAL_CALL getTypes( ) override; \ -- cgit