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

ruby-changes:21462

From: ayumin <ko1@a...>
Date: Sun, 23 Oct 2011 16:40:06 +0900 (JST)
Subject: [ruby-changes:21462] ayumin:r33511 (trunk): * ext/tk/MANUAL_tcltklib.eng: fix typo. [Bug #5471]

ayumin	2011-10-23 16:39:56 +0900 (Sun, 23 Oct 2011)

  New Revision: 33511

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

  Log:
    * ext/tk/MANUAL_tcltklib.eng: fix typo. [ruby-dev:44683] [Bug #5471]

  Modified files:
    trunk/ChangeLog
    trunk/ext/tk/MANUAL_tcltklib.eng

Index: ChangeLog
===================================================================
--- ChangeLog	(revision 33510)
+++ ChangeLog	(revision 33511)
@@ -1,3 +1,8 @@
+Sun Oct 23 16:33:35 2011  Ayumu AIZAWA  <ayumu.aizawa@g...>
+
+	* ext/tk/MANUAL_tcltklib.eng: fix typo. reported by Mimura-san.
+	  [ruby-dev:44683] [Bug #5471]
+
 Sun Oct 23 08:01:29 2011  Tanaka Akira  <akr@f...>
 
 	* io.c (rb_fd_set_cloexec): set close-on-exec flag only if F_GETFD is
Index: ext/tk/MANUAL_tcltklib.eng
===================================================================
--- ext/tk/MANUAL_tcltklib.eng	(revision 33510)
+++ ext/tk/MANUAL_tcltklib.eng	(revision 33511)
@@ -11,7 +11,7 @@
   : Tcl/Tk interpreters
 
   module TclTkLib::EventFlag
-    : Defines flags to define taget events on 'do_one_event' methos.
+    : Defines flags to define taget events on 'do_one_event' methods.
     : When to give, please use bit-operator (e.g. WINDOW | DONT_WAIT).
 
     [constants]

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

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