diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2017-06-01 10:42:42 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2017-06-01 10:51:01 +0200 |
commit | 1d857ca26f60449ef325acd0aac40c11dded128e (patch) | |
tree | db73aff6a9f8c74c7fa96078e3643b37bf51aefe /forms | |
parent | 5482ee62a51f213eed49becff0a07640c030df7e (diff) |
Fix typos
Change-Id: I3cd50e374c45bc1c400b24c8fffd6d8f5cd1de56
Reviewed-on: https://gerrit.libreoffice.org/38208
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'forms')
-rw-r--r-- | forms/source/xforms/model_ui.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/forms/source/xforms/model_ui.cxx b/forms/source/xforms/model_ui.cxx index b487f8680667..c66bdfe99d3d 100644 --- a/forms/source/xforms/model_ui.cxx +++ b/forms/source/xforms/model_ui.cxx @@ -366,7 +366,7 @@ Model::XPropertySet_t Model::cloneBindingAsGhost( const XPropertySet_t &xBinding // Create a new binding instance first... Binding *pBinding = new Binding(); - // ...and bump up the "defered notification counter" + // ...and bump up the "deferred notification counter" // to prevent this binding from contributing to the // MIPs table... pBinding->deferNotifications(true); |