From 7db2143471f20621e1a5850582893f68f67cdc3e Mon Sep 17 00:00:00 2001 From: eban Date: Fri, 18 Mar 2005 03:17:27 +0000 Subject: * error.c: typo fix. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@8173 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- error.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/error.c b/error.c index 689ae3cf34..89d0707a0d 100644 --- a/error.c +++ b/error.c @@ -678,7 +678,7 @@ name_err_to_s(exc) * call-seq: * NoMethodError.new(msg, name [, args]) => no_method_error * - * Contruct a NoMethodError exception for a method of the given name + * Construct a NoMethodError exception for a method of the given name * called with the given arguments. The name may be accessed using * the #name method on the resulting object, and the * arguments using the #args method. -- cgit v1.2.3