diff --git a/modules/angular2/src/test_lib/test_lib.ts b/modules/angular2/src/test_lib/test_lib.ts index 2d60b23a14..8b0e328a2b 100644 --- a/modules/angular2/src/test_lib/test_lib.ts +++ b/modules/angular2/src/test_lib/test_lib.ts @@ -367,7 +367,7 @@ export class SpyObject { } } } - // Noop so that SpyObject has the smae interface as in Dart + // Noop so that SpyObject has the same interface as in Dart noSuchMethod(args) {} spy(name) {