From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Original-To: poffice@blade.nagaokaut.ac.jp Delivered-To: poffice@blade.nagaokaut.ac.jp Received: from kankan.nagaokaut.ac.jp (kankan.nagaokaut.ac.jp [133.44.2.24]) by blade.nagaokaut.ac.jp (Postfix) with ESMTP id 032681A00A08 for ; Tue, 29 Mar 2016 14:30:11 +0900 (JST) Received: from voscc.nagaokaut.ac.jp (voscc.nagaokaut.ac.jp [133.44.1.100]) by kankan.nagaokaut.ac.jp (Postfix) with ESMTP id 54D34B5D897 for ; Tue, 29 Mar 2016 15:06:58 +0900 (JST) Received: from neon.ruby-lang.org (neon.ruby-lang.org [221.186.184.75]) by voscc.nagaokaut.ac.jp (Postfix) with ESMTP id B5B2218CC7E6 for ; Tue, 29 Mar 2016 15:06:58 +0900 (JST) Received: from [221.186.184.76] (localhost [IPv6:::1]) by neon.ruby-lang.org (Postfix) with ESMTP id 14CB61204BD; Tue, 29 Mar 2016 15:06:44 +0900 (JST) X-Original-To: ruby-core@ruby-lang.org Delivered-To: ruby-core@ruby-lang.org Received: from o10.shared.sendgrid.net (o10.shared.sendgrid.net [173.193.132.135]) by neon.ruby-lang.org (Postfix) with ESMTPS id D5D251204B6 for ; Tue, 29 Mar 2016 15:06:40 +0900 (JST) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sendgrid.me; h=from:to:references:subject:mime-version:content-type:content-transfer-encoding:list-id; s=smtpapi; bh=th7V+OjT3MOi8TUBRgFyXru2pV0=; b=eFnzax4bSJpHhbotgt AHiilUsQpzK9IW93uGcwig+cdNSkfJpkTWMzg8/3iPUjLH5bctbobmzaCsEKsbFd GFCJ7dH2w//iVMvZLtgf9CfS+IrJVNQy7KgZZ61Toa0xCJNtBo2FV9ByXtoQKoqJ AvujykDNZaCNlfC/ztfYgP8r4= Received: by filter0846p1mdw1.sendgrid.net with SMTP id filter0846p1mdw1.23107.56FA1B6D5 2016-03-29 06:06:37.073436169 +0000 UTC Received: from herokuapp.com (ec2-184-73-89-120.compute-1.amazonaws.com [184.73.89.120]) by ismtpd0001p1iad1.sendgrid.net (SG) with ESMTP id 200yyB_oSrGLeH3YJqCu_w for ; Tue, 29 Mar 2016 06:06:37.121 +0000 (UTC) Date: Tue, 29 Mar 2016 06:06:37 +0000 From: naruse@airemix.jp To: ruby-core@ruby-lang.org Message-ID: References: Mime-Version: 1.0 X-Redmine-MailingListIntegration-Message-Ids: 49283 X-Redmine-Project: ruby-trunk X-Redmine-Issue-Id: 11891 X-Redmine-Issue-Author: matsuda X-Redmine-Issue-Assignee: nagai X-Redmine-Sender: naruse X-Mailer: Redmine X-Redmine-Host: bugs.ruby-lang.org X-Redmine-Site: Ruby Issue Tracking System X-Auto-Response-Suppress: All Auto-Submitted: auto-generated X-SG-EID: ync6xU2WACa70kv/Ymy4QrNMhiuLXJG8OTL2vJD1yS4NigfOrI53k9xRc0v+BeHBlO/PhNRbIw+tuH UtrMa+Co69DK0jYR2nL16sFTg3b2vFz6/gUzrDLlsytRlLfR0/XvxFA5iMbQRoquzMbhNcmD0mAgST ZWQ4+ZNYPitRNDyyKaT/xC5DySBQw29dJ4KL X-ML-Name: ruby-core X-Mail-Count: 74662 Subject: [ruby-core:74662] [Ruby trunk Bug#11891] Initializer method name typo in Tk X-BeenThere: ruby-core@ruby-lang.org X-Mailman-Version: 2.1.15 Precedence: list Reply-To: Ruby developers List-Id: Ruby developers List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: ruby-core-bounces@ruby-lang.org Sender: "ruby-core" Issue #11891 has been updated by Yui NARUSE. Backport changed from 2.1: DONE, 2.2: DONE, 2.3: REQUIRED to 2.1: DONE, 2.2: DONE, 2.3: DONE ruby_2_3 r54367 merged revision(s) 54021. ---------------------------------------- Bug #11891: Initializer method name typo in Tk https://bugs.ruby-lang.org/issues/11891#change-57789 * Author: Akira Matsuda * Status: Closed * Priority: Normal * Assignee: Hidetoshi Nagai * ruby -v: ruby 2.4.0dev (2015-12-27 trunk 53328) [x86_64-darwin14] * Backport: 2.1: DONE, 2.2: DONE, 2.3: DONE ---------------------------------------- ext/tk/lib/tkextlib/tcllib/toolbar.rb: initaialize => initialize ---Files-------------------------------- bug_11891.patch (766 Bytes) -- https://bugs.ruby-lang.org/