Fix a typo in an error message that probably never gets seen.
Dave Rolsky [Tue, 24 Jun 2008 04:22:17 +0000 (04:22 +0000)]
lib/Class/MOP/Class.pm

index 0c43230..dc7042c 100644 (file)
@@ -586,7 +586,7 @@ sub add_method {
         $body = $method->body;
         if ($method->package_name ne $self->name && 
             $method->name         ne $method_name) {
-            warn "Hello there, got somethig for you." 
+            warn "Hello there, got something for you." 
                 . " Method says " . $method->package_name . " " . $method->name
                 . " Class says " . $self->name . " " . $method_name;
             $method = $method->clone(