diff options
author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2003-02-03 06:13:51 +0000 |
---|---|---|
committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2003-02-03 06:13:51 +0000 |
commit | f157ffc6654d8a8b0f938022adf3d8a2a75c8529 (patch) | |
tree | 27f1041e377b1e672b6c5d27b9d7d649816986ea | |
parent | 8acbf20a8ce0c41c6eb83967f604ccb227a77d00 (diff) | |
download | ruby-f157ffc6654d8a8b0f938022adf3d8a2a75c8529.tar.gz ruby-f157ffc6654d8a8b0f938022adf3d8a2a75c8529.tar.xz ruby-f157ffc6654d8a8b0f938022adf3d8a2a75c8529.zip |
typo
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@3433 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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> |