Index: tests/corelib/uri_test.dart |
diff --git a/tests/corelib/uri_test.dart b/tests/corelib/uri_test.dart |
index bce4646ec9dc2b0cef6297912eef62d0bbbcf69b..158037a5a9a922f21a8904bee2542d2218ab8c08 100644 |
--- a/tests/corelib/uri_test.dart |
+++ b/tests/corelib/uri_test.dart |
@@ -224,7 +224,7 @@ testUriPerRFCs() { |
testResolve("../../../d", "../d"); |
testResolve("../../../../d", "../../d"); |
- // Absoluyte path, not scheme or authority. |
+ // Absolute path, not scheme or authority. |
setBase("/a"); |
testResolve("/b", "b"); |
testResolve("/b", "../b"); |