[svn:parrot] r35829 - trunk/src
[email protected] Tue, 20 Jan 2009 10:37:07 -0800 (PST)
| Newsgroups | perl.cvs.parrot |
|---|---|
| Message-ID | <[email protected]> |
Author: jonathan
Date: Tue Jan 20 10:37:07 2009
New Revision: 35829
Modified:
trunk/src/oo.c
Log:
[core] Correct typo.
Modified: trunk/src/oo.c
==============================================================================
--- trunk/src/oo.c (original)
+++ trunk/src/oo.c Tue Jan 20 10:37:07 2009
@@ -1317,7 +1317,7 @@
cur_method, i));
}
else {
- /* It's not, and we didn't conflict so much be no entry. Just stick it in. */
+ /* It's not, and we didn't conflict so must be no entry. Just stick it in. */
VTABLE_set_pmc_keyed_str(interp, methods_hash, method_name, cur_method);
}
}