| Index: sdk/lib/js/dartium/js_dartium.dart
 | 
| diff --git a/sdk/lib/js/dartium/js_dartium.dart b/sdk/lib/js/dartium/js_dartium.dart
 | 
| index c5f1fd46db21f65d976f3d9dfb4d59f53865fb96..49f83b8400a8a11acab2562ccf5abbc7d4fc590e 100644
 | 
| --- a/sdk/lib/js/dartium/js_dartium.dart
 | 
| +++ b/sdk/lib/js/dartium/js_dartium.dart
 | 
| @@ -248,7 +248,7 @@ String _escapeString(String str) {
 | 
|  
 | 
|  /// A collection of methods where all methods have the same name.
 | 
|  /// This class is intended to optimize whether a specific invocation is
 | 
| -/// appropritate for at least some of the methods in the collection.
 | 
| +/// appropriate for at least some of the methods in the collection.
 | 
|  class _DeclarationSet {
 | 
|    _DeclarationSet() : _members = <mirrors.DeclarationMirror>[];
 | 
|  
 | 
| 
 |