[前][次][番号順一覧][スレッド一覧]

ruby-changes:11202

From: akr <ko1@a...>
Date: Sat, 7 Mar 2009 14:38:12 +0900 (JST)
Subject: [ruby-changes:11202] Ruby:r22810 (trunk): fix typos.

akr	2009-03-07 14:37:58 +0900 (Sat, 07 Mar 2009)

  New Revision: 22810

  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=22810

  Log:
    fix typos.

  Modified files:
    trunk/ChangeLog

Index: ChangeLog
===================================================================
--- ChangeLog	(revision 22809)
+++ ChangeLog	(revision 22810)
@@ -34,7 +34,7 @@
 	* version.h (RUBY_LIB_VERSION): makes from RUBY_LIB_VERSION_STYLE.
 
 	* configure.in, Makefile.in, win32/Makefile.sub (CHDIR): cd using
-	  phisical directory.
+	  physical directory.
 
 	* Makefile.in (update-mspec): split from update-rubyspec.
 
@@ -171,7 +171,7 @@
 	* ext/dl/lib/dl/cparser.rb (DL::CParser::parse_signature): fixed
 	  variable name.
 
-	* ext/dl/lib/dl/pack.rb (DL::PackInfo): reduced redundan
+	* ext/dl/lib/dl/pack.rb (DL::PackInfo): reduced redundant
 	  initialization.
 
 	* ext/dl/lib/dl/stack.rb (DL::Stack): ditto.
@@ -196,7 +196,7 @@
 
 Mon Mar  2 21:26:42 2009  Tanaka Akira  <akr@f...>
 
-	* ext/socket/ancdata.c (anc_inspect_socket_creds): supress warnings.
+	* ext/socket/ancdata.c (anc_inspect_socket_creds): suppress warnings.
 
 Mon Mar  2 21:13:42 2009  Tanaka Akira  <akr@f...>
 
@@ -245,7 +245,7 @@
 
 Mon Mar  2 00:56:45 2009  Masatoshi SEKI  <m_seki@m...>
 
-	* lib/drb/observer.rb: The module oberservable uses now a hash to
+	* lib/drb/observer.rb: The module observable uses now a hash to
 	  store listeners. merged a patch from Alessandro Di Maria in
 	  [ruby-core:22560].
 
@@ -585,7 +585,7 @@
 
 	* ext/ripper/depend (.SUFFIXES): nmake doesn't have .y by default.
 
-	* Makefile.in (id.h): overwrites unconditinally.
+	* Makefile.in (id.h): overwrites unconditionally.
 
 Tue Feb 24 13:13:49 2009  Nobuyoshi Nakada  <nobu@r...>
 
@@ -744,7 +744,7 @@
 
 Sun Feb 22 13:03:12 2009  Yuki Sonoda (Yugui)  <yugui@y...>
 
-	* eval.c (ruby_options): the evaluater now expects iseq instead of tree.
+	* eval.c (ruby_options): the evaluator now expects iseq instead of tree.
 
 	* ruby.c (ruby_process_options): ditto.
 
@@ -1092,7 +1092,7 @@
 	  include/ruby/intern.h: add Murmurhash API.  [ruby-dev:37784]
 
 	* complex.c (nucomp_hash), array.c (rb_ary_hash), time.c (time_hash),
-	  string.c (rb_str_hsah), object.c (rb_obj_hash), range.c
+	  string.c (rb_str_hash), object.c (rb_obj_hash), range.c
 	  (range_hash), struct.c (rb_struct_hash), hash.c (rb_any_hash),
 	  rational.c (nurat_hash): use Murmurhash.  [ruby-dev:37784]
 
@@ -1134,12 +1134,12 @@
 
 Sat Feb 14 07:23:52 2009  NARUSE, Yui  <naruse@r...>
 
-	* string.c (rb_external_str_new_with_enc): change evaluatioin order
+	* string.c (rb_external_str_new_with_enc): change evaluation order
 	  for speed.
 
 Sat Feb 14 02:20:04 2009  Tanaka Akira  <akr@f...>
 
-	* ext/socket/sockport.h (SET_SA_LEN): cast to void for supressing a
+	* ext/socket/sockport.h (SET_SA_LEN): cast to void for suppressing a
 	  warning.
 
 Fri Feb 13 23:37:10 2009  Nobuyoshi Nakada  <nobu@r...>
@@ -45660,7 +45660,7 @@
 
 	    * Array of an element which has simpleType causes a crash. (#128)
 
-	    * prarmeterOrder may not contain return part so it can be shorter
+	    * parameterOrder may not contain return part so it can be shorter
 	      than parts size.  Thanks to Hugh.  (#139)
 
 	  * Samples

--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]