summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--extensions/source/propctrlr/composeduiupdate.hxx2
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.