summaryrefslogtreecommitdiffstats
path: root/error.c
diff options
context:
space:
mode:
authoreban <eban@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2005-03-18 03:17:27 +0000
committereban <eban@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2005-03-18 03:17:27 +0000
commitc0f7878d18f3d974649a3870de2fd5ae7d7f7178 (patch)
tree97268da74dd8ec63fc8f95328d5a7adb156f5137 /error.c
parent55ceffb700d154caaa7b3d710b6e9a74d3711165 (diff)
downloadruby-c0f7878d18f3d974649a3870de2fd5ae7d7f7178.tar.gz
ruby-c0f7878d18f3d974649a3870de2fd5ae7d7f7178.tar.xz
ruby-c0f7878d18f3d974649a3870de2fd5ae7d7f7178.zip
* error.c: typo fix.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@8173 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'error.c')
-rw-r--r--error.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/error.c b/error.c
index 689ae3cf3..89d0707a0 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 <code>#name</code> method on the resulting object, and the
* arguments using the <code>#args</code> method.