ruby-changes:21465
From: ktsj <ko1@a...>
Date: Sun, 23 Oct 2011 18:23:09 +0900 (JST)
Subject: [ruby-changes:21465] ktsj:r33514 (trunk): * ext/tk/MANUAL_tcltklib.eng: fix typo.
ktsj 2011-10-23 18:22:59 +0900 (Sun, 23 Oct 2011) New Revision: 33514 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=33514 Log: * ext/tk/MANUAL_tcltklib.eng: fix typo. Modified files: trunk/ChangeLog trunk/ext/tk/MANUAL_tcltklib.eng Index: ChangeLog =================================================================== --- ChangeLog (revision 33513) +++ ChangeLog (revision 33514) @@ -1,3 +1,7 @@ +Sun Oct 23 18:21:23 2011 Kazuki Tsujimoto <kazuki@c...> + + * ext/tk/MANUAL_tcltklib.eng: fix typo. + Sun Oct 23 18:03:31 2011 Nobuyoshi Nakada <nobu@r...> * numeric.c (rb_infinity, rb_nan): aggregated member initializers Index: ext/tk/MANUAL_tcltklib.eng =================================================================== --- ext/tk/MANUAL_tcltklib.eng (revision 33513) +++ ext/tk/MANUAL_tcltklib.eng (revision 33514) @@ -11,7 +11,7 @@ : Tcl/Tk interpreters module TclTkLib::EventFlag - : Defines flags to define taget events on 'do_one_event' methods. + : Defines flags to define target 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/