Index: pkg/front_end/lib/src/base/file_repository.dart |
diff --git a/pkg/front_end/lib/src/base/file_repository.dart b/pkg/front_end/lib/src/base/file_repository.dart |
index d4d4f7cb6885ddb679264df67cf4e8e8ced3bcd1..cd1fa3dd1256d2da7c42d5e1f5c0318c58474975 100644 |
--- a/pkg/front_end/lib/src/base/file_repository.dart |
+++ b/pkg/front_end/lib/src/base/file_repository.dart |
@@ -32,7 +32,7 @@ class FileRepository { |
} |
} |
- /// Return the contents of the file whose arbitary path is [path]. |
+ /// Return the contents of the file whose arbitrary path is [path]. |
/// |
/// The path must have been returned by a previous call to [store] or |
/// [pathForUri]. |