Index: sdk/lib/core/uri.dart |
diff --git a/sdk/lib/core/uri.dart b/sdk/lib/core/uri.dart |
index dbda00a3ed0155bbe1dc2a2b171ce873ca9ea0c9..7cb4a1bcccd08a3130808fcc7e67ca3ca572e9d2 100644 |
--- a/sdk/lib/core/uri.dart |
+++ b/sdk/lib/core/uri.dart |
@@ -4106,7 +4106,7 @@ List<Uint8List> _createTables() { |
/// Scan a string using the [_scannerTables] state machine. |
/// |
-/// Scans [uri] from [start] to [end], startig in state [state] and |
+/// Scans [uri] from [start] to [end], starting in state [state] and |
/// writing output into [indices]. |
/// |
/// Returns the final state. |