| Index: lib/src/compiler/code_generator.dart
|
| diff --git a/lib/src/compiler/code_generator.dart b/lib/src/compiler/code_generator.dart
|
| index d990f27e9f64adc4e6d1fd6f83914222094e6c37..d7567ad260abebecce0c34284790d804364f9cf9 100644
|
| --- a/lib/src/compiler/code_generator.dart
|
| +++ b/lib/src/compiler/code_generator.dart
|
| @@ -236,7 +236,7 @@ class CodeGenerator extends GeneralizingAstVisitor
|
| items.add(new JS.ExportDeclaration(
|
| js.call('const # = Object.create(null)', [libraryTemp])));
|
|
|
| - // dart:_runtime has a magic module that holds extenstion method symbols.
|
| + // dart:_runtime has a magic module that holds extension method symbols.
|
| // TODO(jmesserly): find a cleaner design for this.
|
| if (_isDartRuntime(library)) {
|
| items.add(new JS.ExportDeclaration(
|
|
|