From e4404de89548bcf7e632b31f4c3461733e2684d3 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Tue, 19 Dec 2017 21:31:10 +0100 Subject: Fix typos Change-Id: I361b5283b092171eaaaf46fa3c1fb13faa53bd7a Reviewed-on: https://gerrit.libreoffice.org/46821 Tested-by: Jenkins Reviewed-by: Julien Nabet --- include/comphelper/propertycontainerhelper.hxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/comphelper') diff --git a/include/comphelper/propertycontainerhelper.hxx b/include/comphelper/propertycontainerhelper.hxx index cd2f65b72f00..2e60c97c4ea9 100644 --- a/include/comphelper/propertycontainerhelper.hxx +++ b/include/comphelper/propertycontainerhelper.hxx @@ -134,10 +134,10 @@ protected: void revokeProperty( sal_Int32 _nHandle ); - /// checkes whether a property with the given handle has been registered + /// checks whether a property with the given handle has been registered bool isRegisteredProperty( sal_Int32 _nHandle ) const; - /// checkes whether a property with the given name has been registered + /// checks whether a property with the given name has been registered bool isRegisteredProperty( const OUString& _rName ) const; -- cgit