From 799cc41b53a59c543408fa5370e107c2c57a2904 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Tue, 7 Jul 2015 23:14:30 +0200 Subject: Fix typos Change-Id: I70b03c152f63e48341dc5629a99b0eeab7b497c0 Reviewed-on: https://gerrit.libreoffice.org/16834 Tested-by: Jenkins Reviewed-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 199b53b2ccc3..4bec611b9de5 100644 --- a/cppuhelper/source/propshlp.cxx +++ b/cppuhelper/source/propshlp.cxx @@ -469,7 +469,7 @@ void OPropertySetHelper::setDependentFastPropertyValue( sal_Int32 i_handle, cons return; // don't fire vetoable events. This method is called with our mutex locked, so calling into listeners would not be - // a good idea. The caler is responsible for not invoking this for constrained properties. + // a good idea. The caller is responsible for not invoking this for constrained properties. OSL_ENSURE( ( nAttributes & PropertyAttribute::CONSTRAINED ) == 0, "OPropertySetHelper::setDependentFastPropertyValue: not to be used for constrained properties!" ); (void)nAttributes; -- cgit