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

ruby-changes:12892

From: akr <ko1@a...>
Date: Sat, 22 Aug 2009 15:42:24 +0900 (JST)
Subject: [ruby-changes:12892] Ruby:r24627 (trunk): fix typos.

akr	2009-08-22 15:42:05 +0900 (Sat, 22 Aug 2009)

  New Revision: 24627

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

  Log:
    fix typos.

  Modified files:
    trunk/ChangeLog

Index: ChangeLog
===================================================================
--- ChangeLog	(revision 24626)
+++ ChangeLog	(revision 24627)
@@ -4,7 +4,7 @@
 	  which key is compared by object id.
 	  (syck_emitter_reset): use id_hash_new for bonus->data.
 
-	* lib/yaml.rb (YAML.quick_emit): give the object itself to eimitter.
+	* lib/yaml.rb (YAML.quick_emit): give the object itself to emitter.
 	  don't use object_id and hash.
 
 Sat Aug 22 13:05:22 2009  NARUSE, Yui  <naruse@r...>
@@ -88,7 +88,7 @@
 Thu Aug 20 14:39:47 2009  NARUSE, Yui  <naruse@r...>
 
 	* ext/readline/readline.c (readline_get): add rl_prep_terminal(1).
-	  insited by jitte [ruby-list:43546]
+	  incited by jitte [ruby-list:43546]
 
 Thu Aug 20 12:09:01 2009  Nobuyoshi Nakada  <nobu@r...>
 
@@ -311,7 +311,7 @@
 	* include/ruby/ruby.h (rb_check_safe_str): deprecated.
 
 	* ext/openssl/ossl_x509store.c (ossl_x509store_add_{file,path}):
-	  replaced deprecated funtion.
+	  replaced deprecated function.
 
 Fri Aug 14 17:59:12 2009  NARUSE, Yui  <naruse@r...>
 
@@ -392,7 +392,7 @@
 
 	* class.c (rb_define_module_id_under): fix the name.
 
-	* class.c (rb_define_module_under): fix for prevvious changes.
+	* class.c (rb_define_module_under): fix for previous changes.
 
 Wed Aug 12 15:32:16 2009  Nobuyoshi Nakada  <nobu@r...>
 
@@ -1332,7 +1332,7 @@
 	* ext/readline/readline.c (Init_readline): rl_catch_signals does
 	  not exist on some platform like Mac OS X 10.5.
 
-	* ext/readline/extconf.rb: checks existance of rl_catch_signals.
+	* ext/readline/extconf.rb: checks existence of rl_catch_signals.
 
 Fri Jul 17 22:37:22 2009  NAKAMURA Usaku  <usa@r...>
 
@@ -1348,7 +1348,7 @@
 	* ext/readline/readline.c (Init_readline): use rl_catch_sigwinch only
 	  when existing.
 
-	* ext/readline/extconf.rb: check existance of rl_catch_sigwinch, and
+	* ext/readline/extconf.rb: check existence of rl_catch_sigwinch, and
 	  workaround for native Win32 readline port.
 
 Fri Jul 17 18:18:23 2009  Tanaka Akira  <akr@f...>
@@ -3644,7 +3644,7 @@
 
 Sat May  9 12:19:49 2009  Nobuyoshi Nakada  <nobu@r...>
 
-	* hash.c: 3rd arguemnt of rb_hash_foreach() is VALUE.
+	* hash.c: 3rd argument of rb_hash_foreach() is VALUE.
 
 	* hash.c (rb_any_hash, recursive_hash): use VALUE for hash.
 
@@ -3655,10 +3655,10 @@
 
 Fri May  8 19:38:54 2009  Nobuyoshi Nakada  <nobu@r...>
 
-	* lib/mkmf.rb (try_link0): removes waste dSYM directories lef
+	* lib/mkmf.rb (try_link0): removes waste dSYM directories left
 	  when debug and universal-binary are enabled.
 
-	* lib/mkmf.rb (check_sizeof): fixed wrong recuring result for
+	* lib/mkmf.rb (check_sizeof): fixed wrong recurring result for
 	  intrinsic types.
 
 Fri May  8 10:14:08 2009  Nobuyoshi Nakada  <nobu@r...>
@@ -3769,7 +3769,7 @@
 
 Fri May  1 16:44:11 2009  Akinori MUSHA  <knu@i...>
 
-	* lib/set.rb (SortedSet#add): Do not let an uncomparable object
+	* lib/set.rb (SortedSet#add): Do not let an incomparable object
 	  in. [Bug #118]
 
 Fri May  1 13:18:01 2009  Nobuyoshi Nakada  <nobu@r...>
@@ -51711,7 +51711,7 @@
 	* ext/tk/lib/tk/{label,radiobutton}.rb: removed its own
 	  {variable,textvariable} function.
 
-	* ext/tk/lib/tk/variable.rb: retains backward conpatibility.
+	* ext/tk/lib/tk/variable.rb: retains backward compatibility.
 
 Fri Aug  5 12:48:31 2005  Hirokazu Yamamoto  <ocean@m...>
 
@@ -51721,7 +51721,7 @@
 
 Fri Aug  5 12:36:40 2005  NAKAMURA Usaku  <usa@r...>
 
-	* lib/mkmf.rb (create_makefile): need to convert path separetor
+	* lib/mkmf.rb (create_makefile): need to convert path separator
 	  before invoking install command.
 
 Fri Aug  5 08:08:05 2005  Yukihiro Matsumoto  <matz@r...>
@@ -51776,7 +51776,7 @@
 
 	* ext/tk/lib/tk/toplevel.rb: ditto.
 
-	* ext/tk/lib/tkextlib/SUPPRT_STATUS: update RELEASE_DATE
+	* ext/tk/lib/tkextlib/SUPPORT_STATUS: update RELEASE_DATE
 
 Thu Aug  4 13:30:15 2005  Yukihiro Matsumoto  <matz@r...>
 
@@ -51804,7 +51804,7 @@
 Wed Aug  3 21:59:16 2005  Hidetoshi NAGAI  <nagai@a...>
 
 	* ext/tk/lib/tk/variable.rb: TkVariable#trace didn't work on
-	  TkVariable retrived from TkVariable.new_hash.ref. [ruby-dev:26721]
+	  TkVariable retrieved from TkVariable.new_hash.ref. [ruby-dev:26721]
 
 Wed Aug  3 12:40:28 2005  Tadashi Saito  <shiba@m...>
 
@@ -51918,12 +51918,12 @@
 	  init cost of Tk's MainWindow is not so small. And that makes it
 	  impossible to use libraries written with Tcl functions only on
 	  an environment without a graphical display. This changes support
-	  delaying initalization of Tk_Stubs until the script needs Tk.
+	  delaying initialization of Tk_Stubs until the script needs Tk.
 
 	* ext/tk/stubs.h: New file. Define prototypes and return codes of
 	  functions on stubs.c.
 
-	* ext/tk/tcltklib.c: Support delaying initalization of Tk_Stubs
+	* ext/tk/tcltklib.c: Support delaying initialization of Tk_Stubs
 	  until the script needs Tk.
 
 	* ext/tk/tcltklib.c: Show friendly error messages for errors on
@@ -51937,7 +51937,7 @@
 	  of encoding.
 
 	* ext/tk/lib/multi-tk.rb: MultiTkIp#eval_string and bg_eval_string
-	  don't work propery.
+	  don't work properly.
 
 	* ext/tk/lib/tk.rb: Forget extending Tk::Encoding module to Tk.
 
@@ -52038,7 +52038,7 @@
 
 Tue Jul 26 12:57:40 2005  GOTOU Yuuzou  <gotoyuzo@n...>
 
-	* ext/openssl/openssl_missin.c: include <openssl/engine.h> before
+	* ext/openssl/openssl_missing.c: include <openssl/engine.h> before
 	  <openssl/x509_vfy.h> to avoid compilation error of mswin32.
 	  suggested by NAKAMURA Usaku.
 
@@ -52177,7 +52177,7 @@
 Wed Jul 20 10:04:51 2005  Yukihiro Matsumoto  <matz@r...>
 
 	* variable.c (rb_class_path): need to adjust snprintf() len for
-	  teminating NUL.  [ruby-dev:26581]
+	  terminating NUL.  [ruby-dev:26581]
 
 Wed Jul 20 03:58:52 2005  Hirokazu Yamamoto  <ocean@m...>
 

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

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