diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-05-28 16:20:46 +0000 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2019-05-29 07:06:43 +0200 |
commit | 2bcab893b28c7e028d0bf2435ea51bebb907c023 (patch) | |
tree | 2e0fbb1163d98fad83e3519f2431df2375757803 /extensions | |
parent | 0deebd87bed73b604d05f06ba383b0261ba04cb6 (diff) |
Fix typo
Change-Id: Ib79782671d890100318a92bb4718e190d735e579
Reviewed-on: https://gerrit.libreoffice.org/73128
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'extensions')
-rw-r--r-- | extensions/source/propctrlr/composeduiupdate.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
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. |