aboutsummaryrefslogtreecommitdiffstats
path: root/eval.c
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2004-04-14 04:06:52 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2004-04-14 04:06:52 +0000
commitd952e330032662b0adba77f20a13715a1bc0f16e (patch)
treebd8a6fb7fd47d3362a8afa67a51c55ee7a394cb6 /eval.c
parentb88dfa10b5be5147c7204dee44ed39880254fd88 (diff)
downloadruby-d952e330032662b0adba77f20a13715a1bc0f16e.tar.gz
* 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
Diffstat (limited to 'eval.c')
-rw-r--r--eval.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/eval.c b/eval.c
index c6b4011c95..e04ea39703 100644
--- a/eval.c
+++ b/eval.c
@@ -5219,7 +5219,7 @@ static int last_call_status;
* Invoked by Ruby when <i>obj</i> is sent a message it cannot handle.
* <i>symbol</i> is the symbol for the method called, and <i>args</i>
* are any arguments that were passed to it. By default, the interpreter
- * raises an error when this method is called. However, it is possibe
+ * raises an error when this method is called. However, it is possible
* to override the method to provide more dynamic behavior.
* The example below creates
* a class <code>Roman</code>, which responds to methods with names