From d952e330032662b0adba77f20a13715a1bc0f16e Mon Sep 17 00:00:00 2001 From: nobu Date: Wed, 14 Apr 2004 04:06:52 +0000 Subject: * array.c, enum.c, eval.c, file.c, io.c, numeric.c, object.c, prec.c, process.c, re.c, string.c: typos in RDoc comments. [ruby-core:02783] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@6158 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- object.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'object.c') diff --git a/object.c b/object.c index 284190b929..2ceb5b0349 100644 --- a/object.c +++ b/object.c @@ -37,7 +37,7 @@ static ID id_eq, id_eql, id_inspect, id_init_copy; * call-seq: * obj === other => true or false * - * Case Equality---For class Object, effectivelt the same + * Case Equality---For class Object, effectively the same * as calling #==, but typically overridden by descendents * to provide meaningful semantics in case statements. */ @@ -1140,7 +1140,7 @@ sym_to_s(sym) * call-seq: * sym.to_sym => sym * - * In general, to_sym returns the Symbol correspopnding + * In general, to_sym returns the Symbol corresponding * to an object. As sym is already a symbol, self is returned * in this case. */ -- cgit v1.2.3