summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2003-02-03 06:13:51 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2003-02-03 06:13:51 +0000
commitddce7d5ebf870f437abe10bcc67ce6dbe6c4980b (patch)
tree27f1041e377b1e672b6c5d27b9d7d649816986ea
parentbe6749bd0c0879992dca506bde4ccd3cc032ca24 (diff)
typo
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@3433 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--ChangeLog6
1 files changed, 3 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 25de42253f..50ae1f57bf 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,6 @@
Mon Feb 3 13:18:05 2003 Yukihiro Matsumoto <matz@ruby-lang.org>
- * re.c (rb_memsearch): algolithm body of String#index.
+ * re.c (rb_memsearch): algorithm body of String#index.
* error.c (Init_Exception): "to_str" removed.
@@ -17,7 +17,7 @@ Sat Feb 1 23:56:29 2003 Yukihiro Matsumoto <matz@ruby-lang.org>
Fri Jan 31 14:16:59 2003 Yukihiro Matsumoto <matz@ruby-lang.org>
- * string.c (rb_str_index): search using Karp-Rabin algolithm.
+ * string.c (rb_str_index): search using Karp-Rabin algorithm.
Fri Jan 31 12:45:11 2003 Yukihiro Matsumoto <matz@ruby-lang.org>
@@ -6617,7 +6617,7 @@ Fri Dec 7 19:12:14 2001 Minero Aoki <aamine@loveruby.net>
* lib/net/http.rb: HTTP.new requires at least one arg.
- * lib/net/http.rb: changes implicit start algolithm.
+ * lib/net/http.rb: changes implicit start algorithm.
Fri Dec 7 15:49:39 2001 Usaku Nakamura <usa@ruby-lang.org>