Index: tests/lib_strong/mirrors/method_mirror_returntype_test.dart |
diff --git a/tests/lib_strong/mirrors/method_mirror_returntype_test.dart b/tests/lib_strong/mirrors/method_mirror_returntype_test.dart |
index 42ccda287ff985cc593a7c66fa8e1f6042b3bd1d..362fe76e88afca1b783352f9d07d89c1729cab7f 100644 |
--- a/tests/lib_strong/mirrors/method_mirror_returntype_test.dart |
+++ b/tests/lib_strong/mirrors/method_mirror_returntype_test.dart |
@@ -41,7 +41,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); |