projects
/
gitmo/Class-MOP.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
bc04ce7
)
fix silly typo
Yuval Kogman [Sun, 19 Apr 2009 19:04:00 +0000 (21:04 +0200)]
cmop/mop_attr.c
patch
|
blob
|
blame
|
history
diff --git
a/cmop/mop_attr.c
b/cmop/mop_attr.c
index
f0afe2a
..
c4a5866
100644
(file)
--- a/
cmop/mop_attr.c
+++ b/
cmop/mop_attr.c
@@
-262,7
+262,7
@@
mop_attr_new_from_perl_attr (SV *perl_attr)
XCPT_RETHROW;
}
- warn ("creating attr with slow value 0x%x", (unsigned int)attr->slot_sv);
+ warn ("creating attr with slot value 0x%x", (unsigned int)attr->slot_sv);
return attr;
}