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); } }