-- +9H4OaJogxJa9DFYie9 Content-Type: text/plain Content-Transfer-Encoding: 7bit Hello, I just wanted to post you three little spelling mistakes in the samples. -- +9H4OaJogxJa9DFYie9 Content-Disposition: attachment; filename="ruby-changes.patch" Content-Type: text/x-patch; name="ruby-changes.patch"; charset="UTF-8" Content-Transfer-Encoding: 7bit Index: ChangeLog --- ChangeLog (Revision 23845) +++ ChangeLog (Arbeitskopie) @@ -1,3 +1,10 @@ +Thu Jun 25 05:32:32 2009 Elias Kuthe <elias.kuthe / web.de> + + * sample/freq.rb: Corrected spelling mistake in initial + comment (usege -> usage). + * sample/occur.rb: ditto. + * sample/occur2.rb: ditto. + Wed Jun 24 20:19:11 2009 Tanaka Akira <akr / fsij.org> * time.c (time_s_now): new function. Time.now don't take arguments. Index: sample/occur2.rb --- sample/occur2.rb (Revision 23845) +++ sample/occur2.rb (Arbeitskopie) @@ -1,5 +1,5 @@ # word occurrence listing -# usege: ruby occur2.rb file.. +# usage: ruby occur2.rb file.. freq } while gets() for word in split(/\W+/) Index: sample/freq.rb --- sample/freq.rb (Revision 23845) +++ sample/freq.rb (Arbeitskopie) @@ -1,5 +1,5 @@ # word occurrence listing -# usege: ruby freq.rb file.. +# usage: ruby freq.rb file.. freq ash.new(0) while line ets() line.scan(/\w+/) do |word| Index: sample/occur.rb --- sample/occur.rb (Revision 23845) +++ sample/occur.rb (Arbeitskopie) @@ -1,5 +1,5 @@ # word occurrence listing -# usege: ruby occur.rb file.. +# usage: ruby occur.rb file.. freq ash.new(0) while line ets() for word in line.split(/\W+/) -- +9H4OaJogxJa9DFYie9--