Commit 7c38703b by Mark Mitchell

Fix typo

From-SVN: r55995
parent 4a34e0e8
......@@ -551,7 +551,7 @@ build_method_call (instance, name, parms, basetype_path, flags)
if (fn && TREE_CODE (fn) == TREE_LIST && !BASELINK_P (fn))
{
error ("request for member `%D' is ambiguos", name);
error ("request for member `%D' is ambiguous", name);
print_candidates (fn);
return error_mark_node;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment