summaryrefslogtreecommitdiff
path: root/cppuhelper/source/propshlp.cxx
diff options
context:
space:
mode:
authorLaurent Charrière <lcharriere@gmail.com>2010-10-13 22:28:41 -0700
committerMichael Meeks <michael.meeks@novell.com>2010-10-14 10:54:59 +0100
commit7b5a50e4edacdfec8ba26a2787fba5bb4753e3ca (patch)
tree1fa0954bf2e0a805a03c2a4a483f19bbb37146f9 /cppuhelper/source/propshlp.cxx
parentfee1a2b79e3478473fdbac8b2e626606e2e2128e (diff)
Fix typos in comments in ure/cppuhelper
Signed-off-by: Laurent Charrière <lcharriere@gmail.com>
Diffstat (limited to 'cppuhelper/source/propshlp.cxx')
-rw-r--r--cppuhelper/source/propshlp.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/cppuhelper/source/propshlp.cxx b/cppuhelper/source/propshlp.cxx
index de814ac2835e..5d7d26457707 100644
--- a/cppuhelper/source/propshlp.cxx
+++ b/cppuhelper/source/propshlp.cxx
@@ -231,8 +231,8 @@ void OPropertySetHelper::disposing() SAL_THROW( () )
EventObject aEvt;
aEvt.Source = rSource;
- // inform all listeners to reelease this object
- // The listener container are automaticly cleared
+ // inform all listeners to release this object
+ // The listener containers are automatically cleared
aBoundLC.disposeAndClear( aEvt );
aVetoableLC.disposeAndClear( aEvt );
}