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

Unified Diff: pkg/front_end/lib/compiler_options.dart

Issue 2680013006: Fix a few typos in the front_end package. (Closed)
Patch Set: Created 3 years, 10 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/front_end/lib/compiler_options.dart
diff --git a/pkg/front_end/lib/compiler_options.dart b/pkg/front_end/lib/compiler_options.dart
index 5c0cb112dec8270ed7f852880bdf794c4e0cbbc1..921758ac57377659a4b6c3fcd097856ea931294b 100644
--- a/pkg/front_end/lib/compiler_options.dart
+++ b/pkg/front_end/lib/compiler_options.dart
@@ -8,7 +8,7 @@ import 'compilation_error.dart';
import 'file_system.dart';
import 'physical_file_system.dart';
-/// Default error handler used by [CompielerOptions.onError].
+/// Default error handler used by [CompilerOptions.onError].
void defaultErrorHandler(CompilationError error) => throw error;
/// Callback used to report errors encountered during compilation.
@@ -112,7 +112,7 @@ class CompilerOptions {
/// not described in a summary as if it was explictly listed as an input.
bool chaseDependencies = false;
- /// Whether to intepret Dart sources in strong-mode.
+ /// Whether to interpret Dart sources in strong-mode.
bool strongMode = true;
// All options below are target-specific options.
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698