Index: tests/lib/mirrors/method_mirror_returntype_test.dart |
diff --git a/tests/lib/mirrors/method_mirror_returntype_test.dart b/tests/lib/mirrors/method_mirror_returntype_test.dart |
index 8f574586b79320c9eed8c1dfb05e940ca38841a0..195c4bf4fb82592c83e76473e3393d6ff0115e64 100644 |
--- a/tests/lib/mirrors/method_mirror_returntype_test.dart |
+++ b/tests/lib/mirrors/method_mirror_returntype_test.dart |
@@ -44,7 +44,7 @@ main() { |
ClassMirror cm = reflectClass(C); |
mm = cm.declarations[#getE]; |
Expect.equals(true, mm.returnType is TypeMirror); |
- // The spec for this is ambigious and needs to be updated before it is clear |
+ // The spec for this is ambiguous and needs to be updated before it is clear |
// what has to be returned. |
//Expect.equals("E", _n(mm.returnType.simpleName)); |
Expect.equals(true, mm.owner is ClassMirror); |