Fix a typo
gfx [Mon, 11 Jan 2010 06:20:07 +0000 (15:20 +0900)]
xs-src/MouseAttribute.xs

index 97b282e..0ec9a89 100644 (file)
@@ -324,7 +324,7 @@ CODE:
         XPUSHs(*svp);
         PUTBACK;
 
-        call_pv("Mouse::Util::TypeConstraints::find_or_create_isa_type_constraint",
+        call_pv("Mouse::Util::TypeConstraints::find_or_create_does_type_constraint",
             G_SCALAR);
         SPAGAIN;
         tc = newSVsv(POPs);