automaticly -> automatically.

Change-Id: Iae55083160eee86ac8301f272634dd3ae65fd847
This commit is contained in:
Jan Holesovsky
2014-04-26 19:28:59 +02:00
parent 367b254c73
commit e6ac6cbccf
78 changed files with 129 additions and 129 deletions

View File

@@ -172,7 +172,7 @@ void OComponentHelper::dispose()
EventObject aEvt;
aEvt.Source = xSource;
// inform all listeners to release this object
// The listener container are automaticly cleared
// The listener container are automatically cleared
rBHelper.aLC.disposeAndClear( aEvt );
// notify subclasses to do their dispose
disposing();