Fix a small comment typo
Dave Rolsky [Mon, 26 Apr 2010 17:55:35 +0000 (12:55 -0500)]
lib/Moose/Meta/Class.pm

index 0bbdce7..a0db7de 100644 (file)
@@ -367,7 +367,7 @@ sub _find_common_base {
     return unless defined($meta1) && defined($meta2);
 
     # FIXME? This doesn't account for multiple inheritance (not sure
-    # if it needs to though). For example, is somewhere in $meta1's
+    # if it needs to though). For example, if somewhere in $meta1's
     # 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?