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 acc4e11ffbdf9017700be8e748b7aa9639d5795e..c360ee152c69c78286e090761366641a933a77b4 100644 |
--- a/pkg/front_end/lib/compiler_options.dart |
+++ b/pkg/front_end/lib/compiler_options.dart |
@@ -122,7 +122,7 @@ class CompilerOptions { |
/// are covered by summary files. |
/// |
/// When this option is true, these APIs will treat any dependency that is |
- /// not described in a summary as if it was explictly listed as an input. |
+ /// not described in a summary as if it was explicitly listed as an input. |
bool chaseDependencies = false; |
/// Whether to interpret Dart sources in strong-mode. |