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 94C1B1A00141 for ; Thu, 25 Feb 2016 17:24:22 +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 6C739B5D8AB for ; Thu, 25 Feb 2016 17:59:40 +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 0A21618CC7AF for ; Thu, 25 Feb 2016 17:59:40 +0900 (JST) Received: from [221.186.184.76] (localhost [IPv6:::1]) by neon.ruby-lang.org (Postfix) with ESMTP id A9F5D1204C7; Thu, 25 Feb 2016 17:59:40 +0900 (JST) X-Original-To: ruby-core@ruby-lang.org Delivered-To: ruby-core@ruby-lang.org Received: from o2.heroku.sendgrid.net (o2.heroku.sendgrid.net [67.228.50.55]) by neon.ruby-lang.org (Postfix) with ESMTPS id 765D612048B for ; Thu, 25 Feb 2016 17:59:36 +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=bEA1ZOKPxgw2KIB+2uzoZ0cJmKI=; b=IbNAj2hL/DQ5acnsrk Q43TWeZTmrxMekXu5XvsMcy48PIy2Na6SNALQ3mgYM25xwfxK/28Vb32m5pK2QCt Gb40pJPa1QuY3ehxVVWfZ84F31vCMWaxyT89kzKpDWlJanZM4r3b3mof4mTC/UsR FlWGqsSU4vghNq+YigQtUJavw= Received: by filter0553p1mdw1.sendgrid.net with SMTP id filter0553p1mdw1.28187.56CEC2713E 2016-02-25 08:59:29.724651435 +0000 UTC Received: from herokuapp.com (ec2-54-167-54-168.compute-1.amazonaws.com [54.167.54.168]) by ismtpd0001p1iad1.sendgrid.net (SG) with ESMTP id -ZiBlLyPRHyGhHwkyoa4uw Thu, 25 Feb 2016 08:59:29.633 +0000 (UTC) Date: Thu, 25 Feb 2016 08:59:29 +0000 From: usa@garbagecollect.jp To: ruby-core@ruby-lang.org Message-ID: References: Mime-Version: 1.0 X-Redmine-MailingListIntegration-Message-Ids: 48580 X-Redmine-Project: ruby-trunk X-Redmine-Issue-Id: 11870 X-Redmine-Issue-Author: tad X-Redmine-Issue-Assignee: tad X-Redmine-Sender: usa 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/Ymy4QrNMhiuLXJG8OTL2vJD1yS7PjFU4qpLRlVADsahlb/S05N1UL9uyn9HcVK SbsEHt429XSC0dfMTgDOZgihJXHUzhHA4klMcLJtH8Fkv7/9cNYWhTDVs8Cmi2fcOcVp9H7SMzjl46 +SttvQbLAlK9yslhjH2fOsGiSgm6VtQXbpuHr4MF+orSf4C0Zz6MFo7IzA== X-ML-Name: ruby-core X-Mail-Count: 73977 Subject: [ruby-core:73977] [Ruby trunk Bug#11870] Eradication of typical misspellings 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 #11870 has been updated by Usaku NAKAMURA. Backport changed from 2.0.0: REQUIRED, 2.1: REQUIRED, 2.2: REQUIRED to 2.0.0: REQUIRED, 2.1: DONE, 2.2: REQUIRED ruby_2_1 r53925 merged revision(s) 53299. ---------------------------------------- Bug #11870: Eradication of typical misspellings https://bugs.ruby-lang.org/issues/11870#change-57130 * Author: Tadashi Saito * Status: Closed * Priority: Normal * Assignee: Tadashi Saito * ruby -v: * Backport: 2.0.0: REQUIRED, 2.1: DONE, 2.2: REQUIRED ---------------------------------------- (Note: this patch is low priority and I do not complained if this isn't applied to 2.3 release.) Thanks to the Wikipedia page https://en.wikipedia.org/wiki/Wikipedia:Lists_of_common_misspellings/For_machines , I've found many misspellings in both of documents and codes. I've attached a patch for trunk to correct them. ---Files-------------------------------- 0001-fix-common-misspelling.patch (23.3 KB) -- https://bugs.ruby-lang.org/