From 2bcab893b28c7e028d0bf2435ea51bebb907c023 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Tue, 28 May 2019 16:20:46 +0000 Subject: Fix typo Change-Id: Ib79782671d890100318a92bb4718e190d735e579 Reviewed-on: https://gerrit.libreoffice.org/73128 Tested-by: Jenkins Reviewed-by: Julien Nabet --- extensions/source/propctrlr/composeduiupdate.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'extensions') diff --git a/extensions/source/propctrlr/composeduiupdate.hxx b/extensions/source/propctrlr/composeduiupdate.hxx index 3cd0ee6a54f5..7e3f9f128be6 100644 --- a/extensions/source/propctrlr/composeduiupdate.hxx +++ b/extensions/source/propctrlr/composeduiupdate.hxx @@ -112,7 +112,7 @@ namespace pcr firing is suspended, only explicit ->fire calls trigger the notification to the delegator UI. - Note that calls to ->suspendAutoFire are culmulative, that is, if you make multiple calls + Note that calls to ->suspendAutoFire are cumulative, that is, if you make multiple calls they must be accompanied by an equal number of calls to ->resumeAutoFire, to enable auto-firing again. -- cgit