From: H.Merijn Brand Date: Sat, 14 Apr 2007 20:52:56 +0000 (+0000) Subject: Typo in croak message X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=26be3db717882c3665b99168897e18fa49bf9400;p=p5sagit%2Fp5-mst-13.2.git Typo in croak message p4raw-id: //depot/perl@30951 --- diff --git a/universal.c b/universal.c index 182b5c9..d876c6c 100644 --- a/universal.c +++ b/universal.c @@ -422,7 +422,7 @@ XS(XS_UNIVERSAL_DOES) PERL_UNUSED_ARG(cv); if (items != 2) - Perl_croak(aTHX_ "Usage: invocant->does(kind)"); + Perl_croak(aTHX_ "Usage: invocant->DOES(kind)"); else { SV * const sv = ST(0); const char *name;