Fix typo
authorMark Mitchell <mmitchel@gcc.gnu.org>
Fri, 2 Aug 2002 18:56:48 +0000 (18:56 +0000)
committerMark Mitchell <mmitchel@gcc.gnu.org>
Fri, 2 Aug 2002 18:56:48 +0000 (18:56 +0000)
From-SVN: r55995

gcc/cp/call.c

index 7b938b9..6dea0dd 100644 (file)
@@ -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;
     }