Fix a comment in the typo
Dave Rolsky [Sat, 21 Mar 2009 03:07:08 +0000 (22:07 -0500)]
lib/Moose/Meta/Class.pm

index 6f167af..06272bc 100644 (file)
@@ -379,7 +379,7 @@ sub _find_common_ancestor {
 
     # FIXME? This doesn't account for multiple inheritance (not sure
     # if it needs to though). For example, is somewhere in $meta1's
-    # history it inherits from both ClassA and ClassB, and $meta
+    # history it inherits from both ClassA and ClassB, and $meta2
     # inherits from ClassB & ClassA, does it matter? And what crazy
     # fool would do that anyway?