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

Unified Diff: tests/corelib/uri_test.dart

Issue 2841543002: Spelling a (Closed)
Patch Set: Created 3 years, 8 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
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");
« no previous file with comments | « tests/compiler/dart2js_native/super_property_test.dart ('k') | tests/language/compound_assignment_operator_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698