summaryrefslogtreecommitdiff
path: root/forms/source/xforms/model_ui.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'forms/source/xforms/model_ui.cxx')
-rw-r--r--forms/source/xforms/model_ui.cxx2
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);