summaryrefslogtreecommitdiff
path: root/vcl/source/control/ctrl.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/source/control/ctrl.cxx')
-rw-r--r--vcl/source/control/ctrl.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/source/control/ctrl.cxx b/vcl/source/control/ctrl.cxx
index 331bb0b2aa34..6baf5ae8ad9e 100644
--- a/vcl/source/control/ctrl.cxx
+++ b/vcl/source/control/ctrl.cxx
@@ -370,7 +370,7 @@ void Control::ImplDrawFrame( OutputDevice* pDev, Rectangle& rRect )
void Control::DataChanged( const DataChangedEvent& rDCEvt)
{
- // we don't want to loose some style settings for controls created with the
+ // we don't want to lose some style settings for controls created with the
// toolkit
if ( IsCreatedWithToolkit() &&
(rDCEvt.GetType() == DATACHANGED_SETTINGS) &&