Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(143)

Unified Diff: sdk/lib/js/dartium/js_dartium.dart

Issue 2841543002: Spelling a (Closed)
Patch Set: Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « sdk/lib/core/uri.dart ('k') | tests/compiler/dart2js/deferred_inline_restrictions_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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>[];
« no previous file with comments | « sdk/lib/core/uri.dart ('k') | tests/compiler/dart2js/deferred_inline_restrictions_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698