From 55cc79f33f8e4f95f7d56576949db1fb42bf913f Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Fri, 24 Mar 2017 11:36:55 +0100 Subject: Fix typos Change-Id: Ic823a46019138b8bbcacd7b52b48d7d7ead2fde2 Reviewed-on: https://gerrit.libreoffice.org/35629 Reviewed-by: Julien Nabet Tested-by: Julien Nabet --- extensions/source/propctrlr/propcontroller.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'extensions/source/propctrlr') diff --git a/extensions/source/propctrlr/propcontroller.cxx b/extensions/source/propctrlr/propcontroller.cxx index 100a34ffb0e1..143c7e855083 100644 --- a/extensions/source/propctrlr/propcontroller.cxx +++ b/extensions/source/propctrlr/propcontroller.cxx @@ -1189,7 +1189,7 @@ namespace pcr std::set< sal_uInt16 > aUsedPages; // when building the UI below, remember which properties are actuating, - // to allow for a initial actuatinPropertyChanged call + // to allow for a initial actuatingPropertyChanged call std::vector< OUString > aActuatingProperties; std::vector< Any > aActuatingPropertyValues; -- cgit