From 5088b14db79eb112f55ea983c45e3724ab9251d4 Mon Sep 17 00:00:00 2001 From: akr Date: Mon, 31 Dec 2007 06:43:32 +0000 Subject: fix typos. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@14811 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- error.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'error.c') diff --git a/error.c b/error.c index 25ddb344a0..5b60494275 100644 --- a/error.c +++ b/error.c @@ -667,7 +667,7 @@ name_err_name(VALUE self) * call-seq: * name_error.to_s => string * - * Produce a nicely-formated string representing the +NameError+. + * Produce a nicely-formatted string representing the +NameError+. */ static VALUE @@ -993,7 +993,7 @@ errno_missing(VALUE self, VALUE id) } /* - * Descendents of class Exception are used to communicate + * Descendants of class Exception are used to communicate * between raise methods and rescue * statements in begin/end blocks. Exception * objects carry information about the exception---its type (the -- cgit v1.2.3