summaryrefslogtreecommitdiff
path: root/include/comphelper
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2017-12-19 21:31:10 +0100
committerJulien Nabet <serval2412@yahoo.fr>2017-12-20 10:43:47 +0100
commite4404de89548bcf7e632b31f4c3461733e2684d3 (patch)
treebe89d61ebef6e954d06e4b8ec6449da9a0d14339 /include/comphelper
parent3ee517d480b60c0db59bf43f6f52c27f7368d883 (diff)
Fix typos
Change-Id: I361b5283b092171eaaaf46fa3c1fb13faa53bd7a Reviewed-on: https://gerrit.libreoffice.org/46821 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'include/comphelper')
-rw-r--r--include/comphelper/propertycontainerhelper.hxx4
1 files changed, 2 insertions, 2 deletions
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;