| Index: samples-dev/swarm/swarm_ui_lib/observable/EventBatch.dart
|
| diff --git a/samples-dev/swarm/swarm_ui_lib/observable/EventBatch.dart b/samples-dev/swarm/swarm_ui_lib/observable/EventBatch.dart
|
| index fc6c7fee4300d693766fdc0ba2b61a2e6ba0cd25..58f41a5fea6d66c11347ae501836a8e15e3fee1f 100644
|
| --- a/samples-dev/swarm/swarm_ui_lib/observable/EventBatch.dart
|
| +++ b/samples-dev/swarm/swarm_ui_lib/observable/EventBatch.dart
|
| @@ -31,7 +31,7 @@ class EventBatch {
|
| EventBatch._internal() : summaries = new Map<int, EventSummary>();
|
|
|
| /**
|
| - * Ensure there is an event batch where [userFunction] can accumuluate events.
|
| + * Ensure there is an event batch where [userFunction] can accumulate events.
|
| * When the batch is complete, fire all events at once.
|
| */
|
| static Function wrap(userFunction(var a)) {
|
|
|