From: Dave Rolsky Date: Mon, 26 Apr 2010 17:55:35 +0000 (-0500) Subject: Fix a small comment typo X-Git-Tag: 1.05~11 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=79ca665e0e3c1d64064572456d3cec2a24faf2fd;p=gitmo%2FMoose.git Fix a small comment typo --- diff --git a/lib/Moose/Meta/Class.pm b/lib/Moose/Meta/Class.pm index 0bbdce7..a0db7de 100644 --- a/lib/Moose/Meta/Class.pm +++ b/lib/Moose/Meta/Class.pm @@ -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?