summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-05-31 06:18:08 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-05-31 06:18:08 +0000
commit8ea0e6f1fd9abee5b429803365a6dc895446cfd6 (patch)
tree812d51f63292f66a7202a2eabc671746afa1494d
parentda51094cf5d30645fa833e7b67d975a194fee319 (diff)
README.EXT: fix typo
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@40995 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--README.EXT2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.EXT b/README.EXT
index 9b571b36a2..73a78d8e85 100644
--- a/README.EXT
+++ b/README.EXT
@@ -272,7 +272,7 @@ types are given.
rb_ary_aref(argc, VALUE *argv, VALUE ary) ::
- Equivaelent to Array#[].
+ Equivalent to Array#[].
rb_ary_entry(VALUE ary, long offset) ::