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

Unified Diff: pkg/compiler/lib/src/js_backend/runtime_types.dart

Issue 2833073002: Stoppp using trippple consonants (Closed)
Patch Set: More spolling 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
Index: pkg/compiler/lib/src/js_backend/runtime_types.dart
diff --git a/pkg/compiler/lib/src/js_backend/runtime_types.dart b/pkg/compiler/lib/src/js_backend/runtime_types.dart
index 5a8f41c2044b028de51d406e75ec6966b97becea..ea22b215f34a14e05cc132a7ab8e72d154e63edf 100644
--- a/pkg/compiler/lib/src/js_backend/runtime_types.dart
+++ b/pkg/compiler/lib/src/js_backend/runtime_types.dart
@@ -530,7 +530,7 @@ class _RuntimeTypes extends _RuntimeTypesBase
FunctionArgumentCollector functionArgumentCollector =
new FunctionArgumentCollector();
- // We need to add classes occuring in function type arguments, like for
+ // We need to add classes occurring in function type arguments, like for
// instance 'I' for [: o is C<f> :] where f is [: typedef I f(); :].
void collectFunctionTypeArguments(Iterable<ResolutionDartType> types) {
for (ResolutionDartType type in types) {
@@ -576,7 +576,7 @@ class _RuntimeTypes extends _RuntimeTypesBase
FunctionArgumentCollector functionArgumentCollector =
new FunctionArgumentCollector();
- // We need to add types occuring in function type arguments, like for
+ // We need to add types occurring in function type arguments, like for
// instance 'J' for [: (J j) {} is f :] where f is
// [: typedef void f(I i); :] and 'J' is a subtype of 'I'.
void collectFunctionTypeArguments(Iterable<ResolutionDartType> types) {
« no previous file with comments | « pkg/compiler/lib/src/js_backend/namer.dart ('k') | pkg/compiler/lib/src/js_emitter/lazy_emitter/model_emitter.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698