projects
/
platform
/
upstream
/
perl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
011e8fb
)
[perl #90054] Fix typo in universal.c
author
Johan Vromans
<jvromans@squirrel.nl>
Thu, 19 May 2011 03:28:23 +0000
(20:28 -0700)
committer
Father Chrysostomos
<sprout@cpan.org>
Thu, 19 May 2011 04:33:06 +0000
(21:33 -0700)
At XS(XS_UNIVERSAL_DOES), invocant is spelled wrong.
universal.c
patch
|
blob
|
history
diff --git
a/universal.c
b/universal.c
index 07bbe96504228a14a0de426abb28f4b91f992dc1..145d860bc649a4fb99b591b2bdcc49c838105449 100644
(file)
--- a/
universal.c
+++ b/
universal.c
@@
-290,7
+290,7
@@
XS(XS_UNIVERSAL_DOES)
PERL_UNUSED_ARG(cv);
if (items != 2)
- Perl_croak(aTHX_ "Usage: invocan
d
->DOES(kind)");
+ Perl_croak(aTHX_ "Usage: invocan
t
->DOES(kind)");
else {
SV * const sv = ST(0);
const char *name;